You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2022. It is now read-only.
Currently, the processes of these two images are run with sudo (through the CMD instruction). This is a remnant from when the images had docker as the default user (as was the comment that was removed in #319).
This is probably now useless as the default user is root. However, a default user can be specified through the user option (both docker run and compose file). We need to be sure removing the use of sudo in CMD will not prevent the container from running in such a case.
Currently, the processes of these two images are run with
sudo
(through theCMD
instruction). This is a remnant from when the images haddocker
as the default user (as was the comment that was removed in #319).This is probably now useless as the default user is
root
. However, a default user can be specified through theuser
option (bothdocker run
and compose file). We need to be sure removing the use ofsudo
inCMD
will not prevent the container from running in such a case.This issue is link to #227 too.
The text was updated successfully, but these errors were encountered: