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

Related questions

0 votes
asked Mar 3, 2020 in DevOps by rajeshsharma
+1 vote
asked Aug 15, 2020 in DevOps by RShastri
...