Skip to content

kavros/docker-simple-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Build and run

sudo docker run -p 80:80 hello-world
sudo docker build -t hello-world .
sudo docker run -v /home/alex/docker/src/:/var/www/html -p 80:80 hello-world

Reference

About

A simple docker example based on a tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published