文件名称:DockerTutorial:最简单的Docker教程
文件大小:316KB
文件格式:ZIP
更新时间:2024-06-12 22:39:59
Python
Docker教程 最简单的Docker教程 你好,世界 我们将使用 git clone https://github.com/shekhargulati/python-flask-docker-hello-world.git cd python-flask-docker-hello-world docker build -t simple-app . docker run -it -p 5000:5000 simple-app 在Ubuntu上安装Docker curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu
【文件预览】:
DockerTutorial-master
----app.py(245B)
----img()
--------1.png(452KB)
----Dockerfile(233B)
----README.md(7KB)