📜  docker remote - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:18.108000             🧑  作者: Mango

代码示例1
docker context create my-remote-docker --docker "host=ssh://alx@192.168.1.69"

docker build -t alxtools/indysexyapp:latest /Volumes/app/my_repo -f Dockerfile && docker push alxtools/my_repo:latest