docker build -t flask/hello-world . And run: docker run -p 8003:8003 flask/hello-world. The application is now accessible since we published the port:
確定! 回上一頁