Terminal 1 docker run --rm -it --name web -p 8080:80 httpd # Terminal 2 curl http://localhost:8080/. 這次 docker run 指令範例是開著觀察log,然後開另外一個 ...
確定! 回上一頁