Skip to content

mariesheilag/hello-world

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 63.4%
  • Nginx 36.6%