For a Docker container started with the docker run command to be removed when it exits, you need to use the --rm flag. docker run -it --rm ...
確定! 回上一頁