0 votes
in DevOps by
How can you connect a container to a network when it starts?

1 Answer

0 votes
by

We need to use a following command

docker run -itd –network=multi-host-network busybox

...