Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 856 Bytes

supplemental.md

File metadata and controls

9 lines (5 loc) · 856 Bytes

Supplemental Material

This file contains some useful tools, commands and ideas that more advanced students might like to check out, but that aren't meant for inclusion in the usual lesson.

  • extra knowledge required: Basic git and GitHub usage (pushing to a repo on GitHub from your local machine).

In addition to building images from a Dockerfile on your local machine, you can pair a GitHub repo containing the resources needed to build your image, with a Dockerhub repo to hold that image. This method has the advantage of automatically updating your image when your Dockerfile is updated, so that your image always remains in sync with the code you intend on running in it. Follow the instructions from Docker to see how this works.