docker run -it --rm=true username/image:tag /bin/bash. This will start a running copy of the container and start a command line shell inside.
確定! 回上一頁