Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
887c533e
Commit
887c533e
authored
Dec 14, 2020
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed GitLab's to GitLab
parent
82313885
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/administration/packages/container_registry.md
doc/administration/packages/container_registry.md
+3
-3
No files found.
doc/administration/packages/container_registry.md
View file @
887c533e
...
@@ -101,7 +101,7 @@ If `auth` is not set up, users can pull Docker images without authentication.
...
@@ -101,7 +101,7 @@ If `auth` is not set up, users can pull Docker images without authentication.
There are two ways you can configure the Registry's external domain. Either:
There are two ways you can configure the Registry's external domain. Either:
-
[
Use the existing GitLab domain
](
#configure-container-registry-under-an-existing-gitlab-domain
)
.
-
[
Use the existing GitLab domain
](
#configure-container-registry-under-an-existing-gitlab-domain
)
.
The Registry listens on a port and reuses
GitLab's TLS certificate
.
The Registry listens on a port and reuses
the TLS certificate from GitLab
.
-
[
Use a completely separate domain
](
#configure-container-registry-under-its-own-domain
)
with a new TLS certificate
-
[
Use a completely separate domain
](
#configure-container-registry-under-its-own-domain
)
with a new TLS certificate
for that domain.
for that domain.
...
@@ -612,8 +612,8 @@ You can use GitLab as an auth endpoint with an external container registry.
...
@@ -612,8 +612,8 @@ You can use GitLab as an auth endpoint with an external container registry.
gitlab_rails
[
'registry_issuer'
]
=
"omnibus-gitlab-issuer"
gitlab_rails
[
'registry_issuer'
]
=
"omnibus-gitlab-issuer"
```
```
`gitlab_rails['registry_enabled'] = true`
is needed to enable GitLab
's
`gitlab_rails['registry_enabled'] = true`
is needed to enable GitLab
Container Registry features and authentication endpoint.
GitLab's
bundled
Container Registry features and authentication endpoint.
The GitLab
bundled
Container Registry service does not start, even with this enabled.
Container Registry service does not start, even with this enabled.
1.
A certificate-key pair is required for GitLab and the external container
1.
A certificate-key pair is required for GitLab and the external container
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment