nReyna / galv-docker_intro

Exercise to introduce students to the Docker tool and learn the basics of using it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Intro

A simple demonstration of how to dockerize an app, build and run it. This demo is based on the Getting Started tutorial at Docker.

This lesson aims to teach you the basics of Docker and get you familiar with using the tool. There are 5 sections, each with their own exercises for mastery. By the end you should be able to:

  • Create images
  • Create containers
  • Create services (with Virtual Machines)
  • Create and manage clusters (Docker Compose)
  • Create stacks (Docker Compose)

Clone this repository (or any of the relevant repos below per your instructors guidance). This lesson focuses strictly on Docker, not a given language or framework.

Each repo contains: a single script, an ignore file, a dependencies file (if needed) and a README with these same instructions.

About

Exercise to introduce students to the Docker tool and learn the basics of using it.


Languages

Language:Python 100.0%