Skip to content

Commit

Permalink
remove multinetwork reference
Browse files Browse the repository at this point in the history
At this point it is enough to know about one nework
  • Loading branch information
rimelek committed Feb 21, 2021
1 parent 93ce425 commit c7ca32a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/pages/intro/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,6 @@ only the processes inside the container:
docker exec web ps auxf $(docker container inspect --format '{{ .State.Pid }}' web)
Get all of the IP addresses
---------------------------

.. code:: bash
docker container inspect web --format "{{range .NetworkSettings.Networks}}{{.IPAddress}} {{end}}"
Start Ubuntu virtual machine
============================

Expand Down

0 comments on commit c7ca32a

Please sign in to comment.