0 votes
in Docker by
What happens when you execute the following command? docker run debian /bin/sh

a) Docker CLI issues an error

b) A container is created and executed in the detached mode

c) A prompt from the shell of the created container will be thrown

d) A container is created and exited immediately

1 Answer

0 votes
by
d) A container is created and exited immediately

Related questions

0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
0 votes
asked Jul 1, 2022 in Docker by sharadyadav1986
...