Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
docker login -u <synapse username> -p <synapse<personal access password>token> docker.synapse.org

where your <personal access token> can be obtained here. To perform docker pull operations the OAuth token must have download scope. To perform docker push operations the token must have download and modify scopes.

After logging in, view your images and decide which ones to push into the registry.

...

Info

Note: There is a 100GB limit per repository image layer.

...

.

...

Code Block
docker login -u <anything> -p <access token> docker.synapse.org

Using Docker Images Stored in the Synapse Docker Registry

...