future-pharmacist-1236
06/16/2022, 12:32 AMnerdctl
with a -p <port>:<port>/udp
and not get UDP port exposed. I’m not sure why? I’m trying to figure that out if anyone knows?fast-garage-66093
06/16/2022, 3:08 AMfuture-pharmacist-1236
06/16/2022, 3:34 AMfast-garage-66093
06/16/2022, 3:38 AMrd0
interface
$ rdctl shell ip a show rd0
4: rd0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 52:55:55:e4:bb:a3 brd ff:ff:ff:ff:ff:ff
inet 192.168.18.119/16 scope global rd0
valid_lft forever preferred_lft forever
inet6 fe80::5055:55ff:fee4:bba3/64 scope link
valid_lft forever preferred_lft forever
$ nerdctl run -d -p 192.168.18.119:80:80 nginx
future-pharmacist-1236
06/16/2022, 3:40 AMfast-garage-66093
06/16/2022, 3:40 AMfuture-pharmacist-1236
06/16/2022, 3:40 AMfast-garage-66093
06/16/2022, 3:41 AMeth0
, the bridged network is rd0
and the shared network is rd1
.rd1
, but as you can see, it is NATed inside the host, so not accessible from outside your machine.future-pharmacist-1236
06/16/2022, 3:48 AMfast-garage-66093
06/16/2022, 3:49 AMfuture-pharmacist-1236
06/16/2022, 4:11 AM