File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ You can register a runner using the following command. Notice again the `--netwo
59
59
``` bash
60
60
sudo docker run --rm -it \
61
61
--network host \
62
+ -e GODEBUG=" netdns=go+ipv6" \
62
63
-v /srv/gitlab-runner/config:/etc/gitlab-runner \
63
64
gitlab/gitlab-runner register \
64
65
--url https://gitlab-sim.informatik.uni-stuttgart.de/
@@ -75,7 +76,7 @@ sudo docker run --rm -it \
75
76
- Verify that there is now a runner in the repo settings
76
77
- Verify that pipeline now ran
77
78
78
- The ` --network host ` is needed in this IPv6-only VM (see section below).
79
+ The ` --network host ` and ` -e GODEBUG="netdns=go+ipv6" ` are needed in this IPv6-only VM (see section below).
79
80
80
81
- More information:
81
82
- [ Executors and their abilities] ( https://docs.gitlab.com/runner/executors/ )
You can’t perform that action at this time.
0 commit comments