docker setup code example
Example 1: docker hello world
sudo docker run hello-world
Example 2: install docker linux
sudo apt-get install -y xserver-xorg-lts-trusty libgl1-mesa-glx-lts-trusty
Example 3: docker getting-started
#make sure docker is installed
docker run -dp 80:80 docker/getting-started