Docker Run no response

Hi Team,
I ran the command docker run redis, but not getting any response from KodeKloud lab. Kindly help


.

Hi @sree-jesh,
You are inside the redis container that’s why you are not seeing the terminal prompt.
Please use the -d option with the docker run command. When you use the -d option, the container runs in the background, and the terminal prompt becomes available immediately after starting the container.

Regards,

Let me know if it clears your doubt.

Thanks for the reply. It solved the issue