【发布时间】:2021-10-23 21:27:26
【问题描述】:
我是使用 dockers 的新手,所以我在执行 docker images 时发现了这些 python 和 ubuntu 图像,我无法使用 docker rmi {image_id} 将其删除。
Error response from daemon: conflict: unable to delete ba6acccedd29 (cannot be forced) - image has dependent child images
它占用了大量空间,因此我有点担心。
REPOSITORY TAG IMAGE ID CREATED SIZE
docker_jupyter latest 90708b9040df 28 hours ago 1.94GB
ubuntu 20.04 ba6acccedd29 7 days ago 72.8MB
testapi latest 82e970c819ff 6 weeks ago 1.33GB
python 3.9 a5210955ee89 6 weeks ago 911MB
python latest a5210955ee89 6 weeks ago 911MB
【问题讨论】:
标签: docker ubuntu docker-image