Docker-registry image is started in local machine. Images that are built are able to be pushed to docker-registry. However, when we do the restart of the registry, the pushed images are lost and not retained.
Started the container with --always tag.
No Code
Expected result would be to retain the images in the registry even after a restart of the docker-registry.