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
So, docker will kill all the processes in the container when the primary process ends. The same is not true of Shifter. It would probably be good if Shifter did the same as Docker here and cleaned things up.
The text was updated successfully, but these errors were encountered:
Imagine the following....
docker run -it --rm busybox
So, docker will kill all the processes in the container when the primary process ends. The same is not true of Shifter. It would probably be good if Shifter did the same as Docker here and cleaned things up.
The text was updated successfully, but these errors were encountered: