From a62e9e7a14355a66367bab022ff638328d5048c8 Mon Sep 17 00:00:00 2001 From: Tim Hobbs Date: Fri, 18 Aug 2017 10:09:29 +0000 Subject: Add example of docker login with personal access token --- doc/user/project/container_registry.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/user/project/container_registry.md b/doc/user/project/container_registry.md index 629d69d8aea..5c615daf464 100644 --- a/doc/user/project/container_registry.md +++ b/doc/user/project/container_registry.md @@ -120,6 +120,11 @@ If a project is private, credentials will need to be provided for authorization. The preferred way to do this, is by using [personal access tokens][pat]. The minimal scope needed is `read_registry`. +Example of using a personal access token: +``` +docker login registry.example.com -u -p +``` + ## Troubleshooting the GitLab Container Registry ### Basic Troubleshooting -- cgit v1.2.3