How do I download a private repository? #339
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This worked for me on a docker host:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
This worked for me on a docker host:
|
Beta Was this translation helpful? Give feedback.
This worked for me on a docker host:
(example uses gitlab, should adapt to other registries, too)
docker login registry.gitlab.com -u USER -p PASSWORD
to authenticate with the created credentialsopen /root/.docker/config.json
for editingregistry.gitlab.com
and append the path of your image, should look like this:registry.gitlab.com/cyberbellum96/this-my-repo