August 2018
Intermediate to advanced
352 pages
12h 30m
English
Perform the following steps:
$ docker container run -it --net=host alpine ash
If you see the network details inside the container, run the following command:
$ ip a

You will see a result the same as the host:

$ docker container run -it --net=host --pid=host --ipc=host alpine ash
Read now
Unlock full access