Skip to content

isabella232/docker-tutorial-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPDATE: The slides presented by Dennis Bell and Mikki Weesenaar of the Meetup are available here.

Docker tutorial

About the Docker tutorial 🐋 ⛵

Docker App Architecture:

Participants in the training will go through the steps involved in running and developing a simple voting app from a fresh computer using the Docker Toolbox. This simple app will include:

docker-tutorial-app-architecture

  • A Python webapp: which lets you vote between several options
  • A Redis queue: which collects new votes
  • A Java worker: which consumes votes and stores them in…
  • A Postgres database: backed by a Docker volume
  • A Node.js webapp: which shows the results of the voting in real time

There will be a self-paced beginners’ tutorial for attendees to learn Docker basics as they build and deploy this app locally. Experienced Docker users will serve as mentors to help beginners successfully complete the training.

Pre-tutorial preparation

At the training, you will need to bring your own computer. There are some steps you should do some preparation to get your work environment ready. Here are the steps:

  1. For MacOS users, you need to install Docker engine MacOS
    For Windows users, you need to install Docker engine Windows
  2. Docker compose.

And now you're ready. See you at the meetup!

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published