...

/

Inspecting the Stack File: Networks and Volumes

Inspecting the Stack File: Networks and Volumes

Examine the secrets, networks, and volumes section of the stack file.

Stack files are identical to Compose files, with a few differences at runtime. For example, Docker Compose lets you build images at runtime, but Docker stacks don’t. Let’s look at the networking elements defined in our stack file.

Networks and networking

One of the first things Docker does when ...