diff --git a/README.md b/README.md index 0e6c92b..69093dd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ First we start the container: ```shell docker run -d \ - --restart=unless-stopped \ + --restart=always \ --memory=256m \ --cap-add=SYS_ADMIN --cap-add=CAP_NET_RAW --cap-add=CAP_CHOWN \ --mount type=tmpfs,destination=/var/atlasdata \ @@ -22,10 +22,37 @@ docker run -d \ Then we fetch the generated public key: -``` +```shell cat /var/atlas-probe/etc/probe_key.pub ``` [Register](https://atlas.ripe.net/apply/swprobe/) the probe with your public key. +## Caveats +### IPv6 + +Docker's IPv6 support is still [like shit](https://github.com/moby/moby/issues/25407). As a workaround, you can use IPv6 NAT like this: + +```shell +cat > /etc/sysctl.d/50-docker-ipv6.conf <