-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
None
-
None
There is a problem with running oneclient docker.
It looks like we are missing option --no_check_certificate in the entry point.
it works when I have
"Path": "/root/run.sh", "Args": [ "--no_check_certificate", "/mnt/oneclient" ],
but normally out of the box the docker has
"Path": "/root/run.sh", "Args": [ "/mnt/oneclient" ],
It requires to do slight changes in Dockerfile.
In addition to that we could change WORKDIR to /mnt/oneclient