Skip to content

Commit

Permalink
docs: fix inconsistent ipv6 usage in getting started docker docs
Browse files Browse the repository at this point in the history
Signed-off-by: Deepesh Pathak <deepshpathak@gmail.com>
  • Loading branch information
fristonio authored and joestringer committed Mar 3, 2020
1 parent fe98c5b commit f73567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/gettingstarted/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ named 'cilium-net' for all containers:

::

$ docker network create --ipv6 --subnet ::1/112 --driver cilium --ipam-driver cilium cilium-net
$ docker network create --driver cilium --ipam-driver cilium cilium-net


Step 6: Start an Example Service with Docker
Expand Down

0 comments on commit f73567b

Please sign in to comment.