Skip to content

Commit

Permalink
netns is not required in Solution 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rimelek committed Feb 19, 2023
1 parent a3c0657 commit ffd50dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/advanced/kernel-namespaces-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ First we will set the variables again with an additional :code:`project_dir` whi
.. code:: bash
sandboxKey=$(docker container inspect php --format '{{ .NetworkSettings.SandboxKey }}')
netns=$(basename "$sandboxKey")
pid="$(docker container inspect php --format '{{ .State.Pid }}')"
project_dir="$HOME/projects/netns"
Expand Down

0 comments on commit ffd50dd

Please sign in to comment.