Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 210 Bytes

File metadata and controls

7 lines (5 loc) · 210 Bytes

Update /etc/hosts file with all docker container IP & DNS names

docker run -d \
    -v /var/run/docker.sock:/tmp/docker.sock \
    -v /etc/hosts:/tmp/hosts \
    djsisson/docker-hosts