I want to make it so that the Docker container I spin up use the same /etc/hosts settings as on the host machine I run from. Is there a way to do this?
/etc/hosts
I
Add this to your run command:
-v /etc/hosts:/etc/hosts