Skip to content

jonesrussell/docker-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Docker Examples

Companion code for the Docker Fundamentals blog series.

Structure

Each folder corresponds to a post in the series:

Folder Post Description
01-dockerfile-basics/ Writing Your First Dockerfile Dockerfile fundamentals — FROM, COPY, RUN, CMD
02-multi-stage-builds/ Coming soon Multi-stage builds for smaller images
03-docker-compose/ Coming soon Docker Compose basics

Getting Started

git clone https://github.com/jonesrussell/docker-examples.git
cd docker-examples/01-dockerfile-basics
docker build -t hello-docker .
docker run -p 3000:3000 hello-docker

Then open http://localhost:3000 to see it running.

Requirements

  • Docker installed
  • Basic terminal/command line knowledge

License

MIT

About

Companion code for the Docker from Scratch blog series

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors