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
d1cea61c
Commit
d1cea61c
authored
2 years ago
by
Башун Владимир Владимирович
Browse files
Options
Download
Patches
Plain Diff
fix command
parent
a02a3bc1
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-8
README.md
with
8 additions
and
8 deletions
+8
-8
README.md
+
8
−
8
View file @
d1cea61c
...
@@ -101,14 +101,14 @@
...
@@ -101,14 +101,14 @@
Подробнее в
[
официальной документации
](
https://docs.gitlab.com/runner/install/docker.html#install-the-docker-image-and-start-the-container
)
Подробнее в
[
официальной документации
](
https://docs.gitlab.com/runner/install/docker.html#install-the-docker-image-and-start-the-container
)
docker volume create gitlab-runner-config
-
docker volume create gitlab-runner-config
docker run -d --name gitlab-runner --restart always
\
-
docker run -d --name gitlab-runner --restart always \
-v /var/run/docker.sock:/var/run/docker.sock
\
-v /var/run/docker.sock:/var/run/docker.sock \
-v gitlab-runner-config:/etc/gitlab-runner
\
-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
...
@@ -116,9 +116,9 @@ docker run --rm -it -v gitlab-runner-config:/etc/gitlab-runner gitlab/gitlab-ru
...
@@ -116,9 +116,9 @@ docker run --rm -it -v gitlab-runner-config:/etc/gitlab-runner gitlab/gitlab-ru
указывайте корректно пути для mount (см. пример)
указывайте корректно пути для mount (см. пример)
`
winpty docker run --rm -it -v //d/projects/runner2/gitlab-runner/config:/etc/gitlab-runner -v //d/projects/runner2/var/run/docker.sock:/var/run/docker.sock gitlab/gitlab-runner:latest status
`
-
winpty docker run --rm -it -v //d/projects/runner2/gitlab-runner/config:/etc/gitlab-runner -v //d/projects/runner2/var/run/docker.sock:/var/run/docker.sock gitlab/gitlab-runner:latest status
`
winpty docker run --rm -it -v //d/projects/runner2/gitlab-runner/config:/etc/gitlab-runner -v //d/projects/runner2/var/run/docker.sock:/var/run/docker.sock gitlab/gitlab-runner:latest register
`
-
winpty docker run --rm -it -v //d/projects/runner2/gitlab-runner/config:/etc/gitlab-runner -v //d/projects/runner2/var/run/docker.sock:/var/run/docker.sock 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