cancel
Showing results for 
Search instead for 
Did you mean: 

facing issue while deploying docker

Former Member
0 Kudos
330

I am trying to run some scripts for docker configuration but i am facing below error

sudo: docker: command not found

pls kindly help

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

Once you install docker, we need to start the docker in your machine. please find the below command for running docker start command. Run below command to Start docker.
> sudo systemctl start docker Please let me know if you are facing any issues. Thanks, Ram

Former Member
0 Kudos

Hey,

it seems like you either have not installed docker, or docker is not in your $PATH. What OS are you using? Where did you install Docker? Did you add the docker binary to your PATH environment variable?