EraCode practice

Route a container through a custom Docker network

DockerintermediateMulti-Part

Summary

Practice container-to-container routing by attaching a running container to a user-defined bridge network and verifying name-based reachability.

Problem preview

### Goal Fill in one missing Docker CLI flag so a running container can *route* to another container by name over a user-defined bridge network. - Create a user-defined network . - Run attached to . …

Attempt this challenge

Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.