DockerDemo

时间:2024-04-17 07:50:51
【文件属性】:

文件名称:DockerDemo

文件大小:4KB

文件格式:ZIP

更新时间:2024-04-17 07:50:51

Shell

Docker演示 建造 docker build -t flask-hello:v1 . 删除图像 # remove containers stopped docker container rm $( docker container ls -a | awk ' {print $1} ' | grep -v CONTAINER ) # remove docker rmi -f $( docker images | awk ' /none/{print $3} ' ) bash脚本 ./scripts/rebuild.sh 跑步 docker run -p 5000:5000 --name flask-hello-service flask-hello:v1 运行背景 docker run -p 5000:5000 --name flask-hello-service flask-hel


【文件预览】:
DockerDemo-main
----.gitignore(18B)
----Dockerfile(252B)
----requirements.txt(95B)
----src()
--------app.py(180B)
----.github()
--------workflows()
----scripts()
--------rebuild.sh(169B)
--------restart.sh(269B)
----README.md(1KB)

网友评论

相关文章