As for the second line: docker run -it bash does not run bash inside of your image; it downloads the bash:latest image and runs it.
確定! 回上一頁