docker-copyedit icon indicating copy to clipboard operation
docker-copyedit copied to clipboard

edit docker image metadata (including remove docker volumes)

Results 4 docker-copyedit issues
Sort by recently updated
recently updated
newest added

Running docker-copyedit with a 'set-label name value' leads to an error if the image has no labels. It works fine when an image already has some label(s). The Python stack...

Hi Guido, I wanted to remove the /database volume from the ibmcom/db2 image. But when I process it with your script using: `docker-copyedit.py FROM ibmcom/db2:latest INTO db2:1.0 REMOVE ALL VOLUMES`...

Using moby buildkit and buildx bake I can build arm64 images on my amd64 machine. Is there a way to use your script to alter an arm64 image but doing...

I'm using this script with success in an Unix environment but when I try it under WSL it simply didn't work. ``` > docker tag alpine:latest my_image:my_version > python3 docker-copyedit.py...