🔥 3-day streak
Cisco CCNP Automation AUTOCOR (350-901)34 / 136
Question 34 of 136
Your team's network automation stack is defined in a docker-compose.yml. The 'automation' service must reach the 'nautobot' service by hostname for source-of-truth lookups. A colleague wrote the file below, but 'automation' cannot resolve the hostname 'nautobot': services: nautobot: image: networktocode/nautobot:latest networks: - sot-net automation: image: registry.local/automation:1.4 networks: - ci-net links: - nautobot networks: sot-net: ci-net: Why does name resolution fail, and what is the correct fix?
Reviewed for accuracy · Report an issueNext question