Skip to content

A super simple nginx container - the purpose of this is to facilitate a Docker training session

License

Notifications You must be signed in to change notification settings

rehabstudio/docker-tutorial-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-tutorial-nginx

A super simple nginx container - the purpose of this is to facilitate a Docker training session

instructions

  1. Build the container: docker build -t=nginxexample .
  2. Run the container: docker run -p 0.0.0.0:6789:80 -d nginxexample

note: the above run command includes -p 0.0.0.0:6789:80 which maps the containers port 8080 to the hosts port 6789

About

A super simple nginx container - the purpose of this is to facilitate a Docker training session

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published