Building a Docker Media Server – Docker Networking Basics

Docker containers are distinct entities. It’s almost as if they were individual, single app computers running on the network. To allow them to communicate – with each other as well as other devices and network services – Docker Engine configures and manages network access for your app containers. This network access can be configured in various ways depending on your needs. As you’ll soon discover, when installing and configuring app containers, you’ll need a good understanding of Docker networking basics to ensure those

Read more