现在有很多镜像(image),但是想获取 dockerfile稍作修改,如何获取?
找到如下方法,不知道还有没有更好的
docker inspect <image>
and
docker history <image>