docker image ls | Docker Documentation
docs.docker.com › reference › commandlinePull an image or a repository from a registry. docker image push. Push an image or a repository to a registry. docker image rm. Remove one or more images. docker image save. Save one or more images to a tar archive (streamed to STDOUT by default) docker image tag. Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE.
Docker Registries — Dockstore documentation
docs.dockstore.org › docker-registriesJan 02, 2010 · Docker Hub is a good example of a public registry. You can browse a list of public Docker images, and also store and view private Docker images. We currently support the following public registries: * Docker Hub * Quay.io * GitLab. A private registry is a Docker registry where access to Docker images are restricted to authenticated users. These ...