Getting Started with Docker
by dockerizing Real World example apps
Dockerizing Jamaica one
step at a time
June 8th Event Agenda
12:05 pm - 12:15 pm: Welcome Slides by Community Leader
12:20 pm - 12:50 pm: Getting Started with Docker (Setup guide)
1:00 pm - 2:00 pm: Python + Docker workshop
2:00 pm - 2:25 pm: Eat, Greet and Meet
2:30 pm - 3:30 pm: NodeJS + Docker learnathon
3:35 pm: Close
We’re aiming to...
- Collaborate &
Dockerize real world
apps
- Allow Developers, DevOps and other digital
professionals to meet, greet and discuss Docker /
DevOps related topics
- Grow the Docker Community in Jamaica
- Train devs and companies to build
better software infrastructure for
maintainability and deployment
Thank you to our Sponsors!
Your generosity is much appreciated!
demystifying
docker
What is Docker?
Simply put, Docker is a containerization technology that
enables us to cleanly abstract an environment
configuration and dependencies to a file
Docker, offers isolation and flexibility of
execution of software within a particular
environment
What’s the difference between Docker and Virtualbox?
What’s a docker Container?
A container encapsulates all
the software dependencies
associated with running a
program
What makes Docker beautiful?
What makes Docker beautiful cont’d?
setting up
docker
Visit: https://dockertraining.readthedocs.io/en/latest/
Other upcoming Docker Events
• July 6 - Getting Started with Docker Part 2
• July 25 - Docker + Kubernetes. How a serverless platform
is built on top of containers
• August 24 - Hands-on Labs: Modernizing Traditional
Applications! (ASP/NET application)

Dockerizing Django DRF Application

  • 1.
    Getting Started withDocker by dockerizing Real World example apps Dockerizing Jamaica one step at a time
  • 2.
    June 8th EventAgenda 12:05 pm - 12:15 pm: Welcome Slides by Community Leader 12:20 pm - 12:50 pm: Getting Started with Docker (Setup guide) 1:00 pm - 2:00 pm: Python + Docker workshop 2:00 pm - 2:25 pm: Eat, Greet and Meet 2:30 pm - 3:30 pm: NodeJS + Docker learnathon 3:35 pm: Close
  • 3.
    We’re aiming to... -Collaborate & Dockerize real world apps - Allow Developers, DevOps and other digital professionals to meet, greet and discuss Docker / DevOps related topics - Grow the Docker Community in Jamaica - Train devs and companies to build better software infrastructure for maintainability and deployment
  • 4.
    Thank you toour Sponsors! Your generosity is much appreciated!
  • 5.
  • 6.
    What is Docker? Simplyput, Docker is a containerization technology that enables us to cleanly abstract an environment configuration and dependencies to a file Docker, offers isolation and flexibility of execution of software within a particular environment
  • 7.
    What’s the differencebetween Docker and Virtualbox?
  • 8.
    What’s a dockerContainer? A container encapsulates all the software dependencies associated with running a program
  • 9.
  • 10.
    What makes Dockerbeautiful cont’d?
  • 11.
  • 12.
    Other upcoming DockerEvents • July 6 - Getting Started with Docker Part 2 • July 25 - Docker + Kubernetes. How a serverless platform is built on top of containers • August 24 - Hands-on Labs: Modernizing Traditional Applications! (ASP/NET application)