Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Башун Владимир Владимирович
devsecops2022
Commits
a02a3bc1
You need to sign in or sign up before continuing.
Commit
a02a3bc1
authored
2 years ago
by
Башун Владимир Владимирович
Browse files
Options
Download
Patches
Plain Diff
(2)
parent
1c8ebfc2
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-4
README.md
with
6 additions
and
4 deletions
+6
-4
README.md
+
6
−
4
View file @
a02a3bc1
...
...
@@ -99,14 +99,16 @@
-
Настройка под Linux
`docker volume create gitlab-runner-config`
Подробнее в
[
официальной документации
](
https://docs.gitlab.com/runner/install/docker.html#install-the-docker-image-and-start-the-container
)
`
docker run -d --name gitlab-runner --restart always
\
docker volume create gitlab-runner-config
docker run -d --name gitlab-runner --restart always
\
-v /var/run/docker.sock:/var/run/docker.sock
\
-v gitlab-runner-config:/etc/gitlab-runner
\
gitlab/gitlab-runner:latest
`
gitlab/gitlab-runner:latest
`
docker run --rm -it -v gitlab-runner-config:/etc/gitlab-runner gitlab/gitlab-runner:latest register
`
docker run --rm -it -v gitlab-runner-config:/etc/gitlab-runner gitlab/gitlab-runner:latest register
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets