in Docker by
Q:
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 14, 2022 in Go Semantics Supplemental by john ganales
0 votes
asked Jun 30, 2022 in Docker by sharadyadav1986
0 votes
asked Apr 5, 2020 in Docker by ryan harris
...