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
e1f543b3
Commit
e1f543b3
authored
Jun 27, 2021
by
Lukas Hass
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix DIND + Dependency Proxy docs
parent
f5efd46f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
doc/user/packages/container_registry/index.md
doc/user/packages/container_registry/index.md
+1
-1
doc/user/packages/dependency_proxy/index.md
doc/user/packages/dependency_proxy/index.md
+3
-2
No files found.
doc/user/packages/container_registry/index.md
View file @
e1f543b3
...
...
@@ -345,7 +345,7 @@ Below is an example of what your `.gitlab-ci.yml` should look like:
```
yaml
build
:
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/
group/project/
docker:19.03.12
image
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:19.03.12
services
:
-
name
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:18.09.7-dind
alias
:
docker
...
...
doc/user/packages/dependency_proxy/index.md
View file @
e1f543b3
...
...
@@ -266,7 +266,8 @@ error during connect: Get http://docker:2376/v1.39/info: dial tcp: lookup docker
This can be resolved by setting a service alias for the Docker service:
```
plaintext
```
yaml
services
:
-
name
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:18.09.7-dind
alias: docker```
alias
:
docker
```
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