#Network
1 posts
9 min read
Docker Basics #4: Volumes and Networks — Data and Communication
Keeping data alive after a container dies, and getting containers to talk to each other by name. The difference between bind mount and named volume, the bridge / host / none network modes, and -p port mapping — all in one place.