Miscellaneous Guides
Run with Docker
Instructions for running Avalanche-CLI in a Docker container.
To run Avalanche-CLI in a docker container, you need to enable ipv6.
Edit /etc/docker/daemon.json. Add this snippet then restart the docker service.
{
  "ipv6": true,
  "fixed-cidr-v6": "fd00::/80"
}Is this guide helpful?