AFAIK the best and most standard way to modify a Docker image is to use a Dockerfile and “docker build”.
Can’t you write “RUN mv …” line in a Dockerfile, or don’t you have a mv command in the image?
Share and learn in the Docker community.
AFAIK the best and most standard way to modify a Docker image is to use a Dockerfile and “docker build”.
Can’t you write “RUN mv …” line in a Dockerfile, or don’t you have a mv command in the image?