docker run -d busybox:latest sleep 100 will run it in background mode. You can list the running containers using docker ps command. Add the -a to list all ...
確定! 回上一頁