标签: image docker containers
我经常观察到,如果没有明确的public class MineSweeper extends Board { public static void main(String[] args) { Game game = new Game(); } } 命令,就会从本地存储库中删除docker镜像。 docker是否对未被任何容器使用的图像执行清理?
public class MineSweeper extends Board { public static void main(String[] args) { Game game = new Game(); } }