Getting error of docker command not found inside container

Hi @wrushu
May I know what are you trying to do?
According to the error, docker CLI tool is not installed.

Regards,
KodeKloud Support

Hello wrushu,

you’re inside the container itself and the docker is not installed inside it. So, you should exit from the container to be able to use the docker commands.

Thanks,
KodeKloud Support