Skip to content

yyandrew/docker-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Docker Demo

This is a demo of docker

How to run docker image

docker pull lg201/hello-world
docker run -p 801:80 lg201/hello-world

Open localhost:801

How to rebuild image

docker build -t lg201/hello-world .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published