Portyard Logo
Portyard
Toggle sidebar
Documentation
Documentation
Learn how to use Portyard to store and manage your container images.

Docker CLI

Common Docker and Podman commands for working with Portyard.

Login

docker login portyard.de

Tag an Image

Tag a local image with your registry URL, space, and repository name.

docker tag app:latest portyard.de/my-space/app:latest

Push an Image

docker push portyard.de/my-space/app:latest

Pull an Image

docker pull portyard.de/my-space/app:latest

Push All Tags

Push every tag for a given image in one command.

docker push portyard.de/john/app --all-tags

Podman Compatible

Portyard is fully OCI-compliant. Replace docker with podman in any of the commands above and they will work identically.

© 2026 Portyard. All rights reserved.