StackOverflow 文件 Docker 教程 執行服務 建立一個簡單的服務 建立一個簡單的服務 Created: November-22, 2018 這個簡單的例子將建立一個 hello world web 服務,它將在埠 80 上偵聽。 docker service create \ --publish 80:80 \ tutum/hello-world 刪除服務建立更高階的服務