0 votes
in Docker by
recategorized by
Does Docker offer support for IPV6 in Devops?

1 Answer

0 votes
by

Yes, Docker provides support IPv6. IPv6 networking is supported only on Docker daemons runs on Linux hosts. However, if you want to enable IPv6 support in the Docker daemon, you need to modify /etc/docker/daemon.json and set the ipv6 key to true.

...