範例 Hello world & Wordpress
~#dockerpulltutum/wordpress
~#dockerpulltutum/hello-world
~# dockerrun--name wordpress -p80:80 -d tutum/wordpress
~# dockerrun--name hello-world -p8080:80 -d tutum/hello-world
~# docker ps
Test
//Enable Host port 80、8080 at Azure
~#azure vm endpoint create sgx05l 80 80
~#azure vm endpoint create sgx05l 80808080
~# curlhttp://sgx05l.cloudapp.net:80