-
|
Hello, Could someone suggest how can I passthrough a host-gateway address into the job's docker container environment? I've tried Regards |
Beta Was this translation helpful? Give feedback.
Answered by
avoidik
Jan 13, 2026
Replies: 1 comment
-
|
Answering to my own question: container:
options: "--add-host host.docker.internal:host-gateway"
image: ubuntu:22.04 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
avoidik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering to my own question: