Skip to content

andrewylin/docker_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before starting, please make sure you have Docker installed and running
https://www.docker.com/get-docker

Build the image (replace <YOUR_USERNAME> with your Docker Cloud username):
$ docker build -t <YOUR_USERNAME>/docker_tutorial .

Run the image using: 
$ docker run -p 8888:5000 --name docker_tutorial <YOUR_USERNAME>/docker_tutorial

The website:
http://localhost:8888

Please refer to https://github.com/docker/labs/blob/master/beginner/chapters/webapps.md for more information on building and running Docker images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published