You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've only previously used IPv6nat on my Manjaro (Arch) systems, which made available the installable systemd service.
I'm trying to bring up the container on Ubuntu for the first time, and I can't tell if it worked or not.
Here's what it did:
/mnt/nvme/dockerfs/containers/ipv6nat$ sudo docker compose up
[+] Running 5/5
...
[+] Running 1/0
⠿ Container ipv6nat Created 0.1s
Attaching to ipv6nat
Here's what docker ps says:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
97165b30bbfa robbertkl/ipv6nat "/docker-ipv6nat-com…" About a minute ago Up About a minute ipv6nat
What's the best way to make sure it's actually working as intended, and that I don't need to also do the tweaking for router advertisements?
The text was updated successfully, but these errors were encountered:
Hello.
I've only previously used
IPv6nat
on my Manjaro (Arch) systems, which made available the installablesystemd
service.I'm trying to bring up the container on Ubuntu for the first time, and I can't tell if it worked or not.
Here's what it did:
Here's what
docker ps
says:What's the best way to make sure it's actually working as intended, and that I don't need to also do the tweaking for router advertisements?
The text was updated successfully, but these errors were encountered: