List of questions
Related questions
Question 14 - 300-910 discussion
Which Docker command is used to start an interactive Bash shell in a running container named “test”?
A.
docker attach -it test /bin/bash
B.
docker run -it test /bin/bash
C.
docker exec -it test /bin/bash
D.
docker run test /bin/bash
Your answer:
0 comments
Sorted by
Leave a comment first