Sep 5, 2018

Docker Thoughts

Run the following command to get the IP addresses of the host machine. You an then use the docker IP address within the container to access the host machine: ip -4 addr

Trash all unused images: docker image prune -a


No comments:

Post a Comment