Skip to content

MadeTechAcademy/chapter2-abid-madetech

 
 

Repository files navigation

Review Assignment Due Date

docker-deep-dive-2024

Docker deep dive workbook

Welcome to your Docker deep dive course. You will find exercises and follow up questions in here. The course will work best if we follow it through together so if you can curb your excitement for reading ahead.

Helpful tips & references

Building an image For a basic build, adapt this command to match the exercise docker build -t docker-deep-dive/{exercise}/{original|better} -f {filename} .

e.g.

docker build -t docker-deep-dive/ex2/original -f Dockerfile.original .

Listing your built images

docker images
docker images | grep docker-deep-dive/

Running up your images into containers

The basic command would be

docker run --name exercise2 --rm docker-deep-dive/ex2/original

However, different types of dockerfile & image may prompt more complex versions (spoilers!)

About

madetechacademy-classroom-a752bc-chapter2-docker-dive-2024-docker-deep-dive-2024 created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.6%
  • Ruby 32.9%
  • Dockerfile 21.7%
  • Shell 7.8%