Practise the standard verbs for configuring Docker Compose networking.
0 / 5 completed
1 / 5
Fill in: 'We ___ a custom bridge network in compose so services can resolve each other by container name instead of IP.'
We 'define a network' — the standard, established Docker Compose collocation for declaring a network resource. The other options aren't the recognised term here.
2 / 5
Fill in: 'Relying on the default bridge network can ___ container name resolution failing unpredictably between services.'
We say the default network will 'leave' resolution unreliable — the standard, natural collocation here. The other options aren't idiomatic here.
3 / 5
Fill in: 'We ___ only the ports that actually need external access, keeping internal service-to-service traffic off the host network.'
We 'expose ports' — the standard, established Docker collocation for publishing a container port externally. The other options aren't the recognised term here.
4 / 5
Fill in: 'We ___ a depends_on health check so a service doesn't start connecting before its database container is actually ready.'
We 'add a check' — the standard, simple collocation for including a readiness condition. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ network settings between the compose file and production so local behaviour actually mirrors what ships.'
We 'align' settings — the standard collocation for keeping configuration consistent across environments. The other options aren't idiomatic here.