Docker lab , run image error "no config file specified"

Hello Team,

while trying to run the image , i am getting the below error :
unable to move further !!

@goutamguru, You can run the image in the detached mode.

docker run -d redis

1 Like

thanks , its working now