You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how I run this example :
**** the running environment is very important. I list my running environment.**** 1: my os is ubuntu 16.04:
$ uname -a
Linux ubuntu 4.10.0-42-generic #46~16.04.1-Ubuntu SMP Mon Dec 4 15:57:59 UTC 2017 x86_64
x86_64 x86_64 GNU/Linux
2: my docker version : 17.03.0ce-0ubuntu-xenial
when I install the docker from : docker-ce | 17.12.0ce-0ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
it did not work, docker run hello-world fail .
3: thanks allevo' help , must run these two things first
docker run --rm -d -p 6379:6379 redis
docker run --rm -d -p 27017:27017 mongo
Add how to run this on local machine
See #18
The text was updated successfully, but these errors were encountered: