Skip to main content

run docker as running on the local machine

run docker as running on the local machine on the host machine

 sudo docker run --network="host" <name of the image>

eg.
sudo docker run --network="host" search


Comments