Skip to content

mikesir87/docker-workshop

 
 

Repository files navigation

stars Twitter

Welcome to Docker workshop

Are you tired of inconsistent development setups and slow testing environments slowing down your inner loop? This 3 hour workshop to learn the best practices, applied to an inner-loop development workflow, so you learn everything from getting set up, coding, testing and debugging your code locally without altering your existing development environment.

In this workshop, you will:

  • Learn how to build, run, and debug containerized applications directly within your existing IDE, eliminating the need to switch environments.
  • Discover how your IDE integrates with Docker, allowing you to seamlessly manage containerized applications throughout the development process – from initial coding and testing to secure packaging and deployment.
  • Learn how to spin up mock cloud services locally within containers, enabling efficient and isolated testing without complex external setups.

These hands-on labs will be a combination of theory and practical exercises.

Access the Workshop Here!

Benefits of this workshop

  • Get familiar with Inner-Loop Vs Outer-Loop Development Workflow
  • Understanding of Container-supported Development Workflow
  • SDLC - Development Phase
  • SDLC - Test
  • SDLC - Build
  • SDLC - Secure

Download the workshop slides

Contribution Guidelines

We welcome contributors to improve this lab workshop.

Building the Lab locally

docker build -t docker-workshop:1.0
docker run -d -p 8000:8000 docker-workshop:1.0

Open your browser and access the lab via http://localhost:8000

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.7%
  • JavaScript 4.2%
  • Other 0.1%