docker test image code example
Example 1: docker hello world
sudo docker run hello-world
Example 2: docker getting-started
#make sure docker is installed
docker run -dp 80:80 docker/getting-started
sudo docker run hello-world
#make sure docker is installed
docker run -dp 80:80 docker/getting-started