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
The problem with using sudo for switching the user is that the container may not be able to get stopped properly when the Docker daemon sends the SIGTERM signal after a docker stop due to missing signal-forwarding. Using gosu might bw helpful to start the Mesos agent process as PID 1.
The text was updated successfully, but these errors were encountered:
The problem with using
sudo
for switching the user is that the container may not be able to get stopped properly when the Docker daemon sends the SIGTERM signal after adocker stop
due to missing signal-forwarding. Using gosu might bw helpful to start the Mesos agent process as PID 1.The text was updated successfully, but these errors were encountered: