Unable to run docker or service docker -


i have installed docker toolbox here https://www.docker.com/products/docker-toolbox on computer(which has osx). if try running like:

docker run -p 8888:8888 -it --rm b.gcr.io/tensorflow-udacity/assignments:0.5.0 

i getting issue:

docker: cannot connect docker daemon. docker daemon running on host?. see 'docker run --help'. 

after looking here https://github.com/docker/docker/issues/17645 tried using

sudo service docker start 

however, getting message:

sudo: service: command not found 

so how can run docker on computer?

use new 'docker shell' got installed , stuff should automatically on path.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -