むー、tailnet の nomad job からの docker コンテナのポート開放がうまいこといかん。コンテナが立ち上がらない。でも、たまに動く。どこ見たら良いんかなー
とりあえず、/etc/nomad.d/nomad.hcl の client のとこclient { network_interface = "tailscale0" options = { "fingerprint.network.disallow_link_local" = "true" }}にしたら、望む動きになったぽい。あと、bind_addr = "{{ GetInterfaceIP \"tailscale0\" }}"もいれとく。
The social network of the future: No ads, no corporate surveillance, ethical design, and decentralization! Own your data with Mastodon!
とりあえず、/etc/nomad.d/nomad.hcl の client のとこ
client {
network_interface = "tailscale0"
options = {
"fingerprint.network.disallow_link_local" = "true"
}
}
にしたら、望む動きになったぽい。
あと、
bind_addr = "{{ GetInterfaceIP \"tailscale0\" }}"
もいれとく。