Tag:Exited status
-
Docker starts in exited status
The status is always exited after docker run resolvent: Add parameter: – it docker run -it -d -p 80 -name static_web cjk1/benn -d: Run the container in the background and return the container ID; -i: Run the container in interactive mode, usually at the same time as – t; -t: Reassign a pseudo input terminal […]