docker pull ghcr.io/myorg/myapp:1.4.2

Category: Docker

docker pull ghcr.io/myorg/myapp:1.4.2

Pull a pinned version from GitHub Container Registry

Pulls image myapp tagged 1.4.2 from ghcr.io, GitHub's container registry. Pinning an exact tag makes deploys reproducible versus floating latest. Authenticate with docker login ghcr.io when the image is private.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.