Login
Remember
Register
Ask a Question
How can you connect a container to a network when it starts?
0
votes
asked
Dec 1, 2019
in
DevOps
by
SakshiSharma
How can you connect a container to a network when it starts?
#network-container
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 1, 2019
by
rajeshsharma
We need to use a following command
docker run -itd –network=multi-host-network busybox
...