troyygan / hello-world

Simple hello world for docker

Home Page:http://tutum.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-hello-world

Usage

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

docker build -t billyteves/hello-world .

You can now push your new image to the registry:

sudo docker push billyteves/hello-world

Running your Hello World docker image

Start your image:

sudo docker run -d -p 8080:80 billyteves/hello-world

Hello world! This source code is copied and modified.

A big credits to: http://www.tutum.co

About

Simple hello world for docker

http://tutum.co/

License:Apache License 2.0


Languages

Language:PHP 63.4%Language:Nginx 36.6%