Sign up for a free account. No credit card required during the open beta.
Authenticate your Docker client with your Portyard credentials.
docker login portyard.de
Tag an existing image with your Portyard registry URL, space name, and repository name.
docker tag app:latest portyard.de/john/app:latest
Push the tagged image to your Portyard registry.
docker push portyard.de/john/app:latest
Your image is now stored on GDPR-compliant German infrastructure. Pull it from any server
using docker pull.