forked from Controls/gitea-pages
8 lines
253 B
Markdown
8 lines
253 B
Markdown
# Container Registry
|
|
|
|
__Under Construction!__
|
|
|
|
The container registry is available under container.psi.ch. To push a container to the registry you need to tag it accordingly.
|
|
|
|
``docker tag {MYCONTAINER} container.psi.ch/{NAMESPACE}/{REPOSITORY}:{TAG}``
|