in DevOps by (32.2k points)
How can you connect a container to a network when it starts?

1 Answer

0 votes
by (23.9k points)

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 (23.9k points)
+1 vote
...