sandisunandar99 / tutum-hello-world-rebuild

application tester for learning microservice or scallable app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tutum-hello-world-rebuild

Sample docker image to test docker deployments

Usage

To create the image sandisunandar99/tutum-hello-world-rebuild, execute the following command on the docker-hello-world folder:

docker build -t sandisunandar99/tutum-hello-world-rebuild .

You can now push your new image to the registry:

sudo docker push sandisunandar99/tutum-hello-world-rebuild

Running your Hello World docker image

Start your image:

sudo docker run -d -p 80 sandisunandar99/tutum-hello-world-rebuild

It will print the new container ID (like d35bf1374e88). Get the allocated external port:

sudo docker port d35bf1374e88 80

It will print the allocated port (like 4751). Test your deployment:

curl http://localhost:4751/

Hello world!

by http://www.tutum.co

About

application tester for learning microservice or scallable app

License:Apache License 2.0


Languages

Language:PHP 79.4%Language:Dockerfile 15.6%Language:Shell 5.0%