I finally found out how I can delete images from my self hosted remote docker registry. Here is how: Prerequisites Make sure, that the docker registry supports deletion of images: As you can see this registry allows deletion of images. HTTP API calls For the next step one needs the URL of the registry. In… Continue reading Delete Docker image from registry