iam writing a code, which push the pulled images from Dockerhub to my local registry and then deletes the images from my pulled images on the server

前端 未结 0 1486
无人共我
无人共我 2021-01-06 06:15

**enter code here**client = docker.from_env() client.images.build(path=docker_folder, gzip=False, tag=deployment.name) image = client.images.get(deployment.name

相关标签:
回答
  • 消灭零回复
提交回复
热议问题