I would like to edit a docker images metadata for the following reasons:
I don't like an image parents EXPOSE, VOLUME etc declaration (see #3465, Docker-Team did not want to provide a solution), so I'd like to "un-volume" or "un-expose" the image.
I dont't like an image
ContainerConfig
(seedocker inspect [image]
) cause it was generated from a running container usingdocker commit [container]
Fix error durring
docker build
ordocker run
like:
cannot mount volume over existing file, file exists [path]
Is there any way I can do that?