Compare commits

...

No commits in common. "6faade952083535cd72426c15518a6f6c9908dcb" and "9c57dd2b0c687e71ae18e6bb82c2705247340963" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Step 3) Build a list of all images and all tags, download everything
Step 4) Throw away all registry data
docker-compose down -v; docker-compose up -d
docker-compose down -v && docker-compose up -d
Step 5) Upload everything again
@ -40,7 +40,7 @@ Step 6) Check size again
du -sch $(docker volume inspect registry_registry -f "{{.Mountpoint}}")
6.4G /var/lib/docker/volumes/registry_registry/_data
...garbace-collect
...garbage-collect
473 blobs marked, 0 blobs and 0 manifests eligible for deletion
So, what am I not getting? Shouldn't GC already have thrown away everthing