logoDocumentation

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"
}

Last updated on

On this page

No Headings
Edit on Github