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

Getting Started

Get up and running with Portyard in under a minute.

1. Create an account

Sign up for a free account. No credit card required during the open beta.

2. Log in with Docker

Authenticate your Docker client with your Portyard credentials.

docker login portyard.de

3. Tag your image

Tag an existing image with your Portyard registry URL, space name, and repository name.

docker tag app:latest portyard.de/john/app:latest

4. Push your image

Push the tagged image to your Portyard registry.

docker push portyard.de/john/app:latest

5. You're all set!

Your image is now stored on GDPR-compliant German infrastructure. Pull it from any server using docker pull.

© 2026 Portyard. All rights reserved.