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