Skip to content

Commit

Permalink
typo minotour vs minotaur
Browse files Browse the repository at this point in the history
  • Loading branch information
rimelek committed Feb 18, 2023
1 parent 302d227 commit ae88528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/advanced/kernel-namespaces-network.rst
Original file line number Diff line number Diff line change
Expand Up @@ -570,17 +570,17 @@ the PHP container to run ping.
64 bytes from dns.google (8.8.4.4): icmp_seq=2 ttl=112 time=12.1 ms
64 bytes from dns.google (8.8.4.4): icmp_seq=3 ttl=112 time=11.7 ms
Debugging the Minotour
Debugging the Minotaur
-------------------------

.. image:: https://ams03pap003files.storage.live.com/y4ma1e5P3H-skpwTnHOUe_ME9rn3w3T4wukF93GCb5wMnJZLxpHydFZN0EiDF620u1mTkozX-QKGNJ0UceloGmfFeQDZu8J9K1vhV6Kg2Cpt8k3uw9K1I9ZFeYUyappE6EN8Vfy91F_jTKqvgYjmvXk0_Nk_kJqYR5bsTI9haf7OOcW8ENWjx-wzpvsbgdFsSyv?width=1024&height=572&cropmode=none
:width: 660
:height: 369

I call this technique "Debugging the Minotour" because unlike before when we ran a new container to attach it to
I call this technique "Debugging the Minotaur" because unlike before when we ran a new container to attach it to
another container's network namespace, we are still on the host and we use most of the host's namespaces and we choose
to use one container's mount namespace (and only the mount namespace) and another container's network namespace
(and only the network namespace). As we were creating a Minotour where the body of the Minotour is the mount namespace
(and only the network namespace). As we were creating a Minotaur where the body of the Minotaur is the mount namespace
of the debugger container with all of its tools and the head is the other container's network namespace which we want to
debug. To do this, we use only :code:`nsenter` and nothing else.

Expand Down

0 comments on commit ae88528

Please sign in to comment.