Docker создал сеть и прикрепите контейнер Docker

docker container run -it --rm --network test --name c2 alpine sh
Yellowed Yak