Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 230 Bytes

docker_network.md

File metadata and controls

7 lines (5 loc) · 230 Bytes

Network

Before you can run a multi-container application, you need to create a network for them all to communicate through. You can do so using the docker network create command:

docker network create sample-app