將nginx image 跑起來成為一個webserver container,並把docker container 80 port 對應到本機 ... docker run -d -p 7777:80 --name webserver nginx.
確定! 回上一頁