Skip to content

InsightDataScience/docker-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Workshop

This repository contains the content of and directions to Insight Data Science's Docker workshop. The goal of this workshop is to give participants an introduction to the basics and help people get started building containers.. To do so, we will start with the basics and end with the deployment of a system consisting of a Jupyter notebook server and a PostgreSQL database.

What is Docker?

Docker is a popular containerization platform. Containerization is a lightweight alternative to virtualization that has gained widespread popularity due to its flexibility and ease of use. Docker in particular has emerged as the most popular framework for containerization. It is a powerful framework for creating controlled environments that behave identical on any system they run on.

In combination with orchestration tools such as Kubernetes, it is also very easy to build dynamic microservice architectures.

Prerequisites

Before starting the workshop, please install Docker. Note that as Docker is based on Linux features such as cgroups, the installation and usage of Docker on Windows can be cumbersome.

Overview

The content of this workshop is divided into four chapters:

  • Chapter 1: Starting with the very basics of how to use Docker by building a container that runs Linux.
  • Chapter 2: Learning more about Docker by building a container that hosts a Jupyter notebook service.
  • Chapter 3: Learning how to use Docker to setup a database.
  • Chapter 4: Learning how to use docker-compose to orchestrate the deployment of multiple containers. In particular, we will deploy the two containers from Chapter 2 and 3 and connect them so that our Jupyter notebooks can access the database.

Insight DevOps Engineering Fellowship

Interested in getting hands-on experience with tools like Terraform, Chef, Kubernetes, Prometheus etc. on Amazon Web Services and transitioning to DevOps engineering? The Insight DevOps Engineering Fellows Program is a free 7-week professional training program where you can build and maintain cutting edge distributed platforms and transition to a career in DevOps engineering.

About

Directions and Source code for Insight's Docker workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published