emilywoods / docker-workshop

a hands-on introduction to docker 🐳

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyLadies Docker Workshop

Welcome, PyLadies! 🐍 🌈

The purpose of this workshop is to provide an interactive introduction to Docker.

This repository is comprised of two parts: a client skeleton and a server. Your task here is to complete the client and to containerize it.

Prerequisites

  • Docker
  • Python 3.7
  • Git

Server

There is a server running on a Raspberry Pi which is reading environmental metrics (such as temperature, humidity), and sending metrics to registered clients.

Documentation for the server is found in the server directory.

Client

There is a skeleton client which must be completed and dockerised. The client should register with the server to receives metrics data. Upon termination, the client should deregister.

Documentation for the client is found in the client directory.

About

a hands-on introduction to docker 🐳

License:MIT License


Languages

Language:Python 59.8%Language:JavaScript 13.7%Language:CSS 10.7%Language:Makefile 10.2%Language:HTML 5.6%