Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runner上で作成されるNetwork rangeを固定する #320

Open
cradle8810 opened this issue Oct 19, 2024 · 1 comment
Open

runner上で作成されるNetwork rangeを固定する #320

cradle8810 opened this issue Oct 19, 2024 · 1 comment
Labels
👈Manually Fixed Fixed by hand currently, but need to make automation runner.hayaworld.home runner03.hayaworld.home

Comments

@cradle8810
Copy link
Owner

cradle8810 commented Oct 19, 2024

https://straz.to/2021-09-08-docker-address-pools/

- name: "Runner Docker ssh"
proto: "tcp"
src: "172.17.0.0/16"
port: "22"

にあわせ、

/etc/docker/daemon.json

{
  "default-address-pools" : [
    {
      "base" : "172.17.0.0/16",
      "size" : 24
    }
  ]
}
@cradle8810
Copy link
Owner Author

/12 が正

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👈Manually Fixed Fixed by hand currently, but need to make automation runner.hayaworld.home runner03.hayaworld.home
Projects
None yet
Development

No branches or pull requests

1 participant