Loading

Docker ConceptsApplication ArchitectureHow to Find me?Questions?

Jean-Marcel Belmont

This is a live streamed presentation. You will automatically follow the presenter and see the slide they're currently on.

Containerized Apps

Senior Software Engineer

Jean-Marcel Belmont

Docker Concepts

Software Architecture

Application Orchestration with Docker

2 Dockerfiles in the application

First Dockerfile is building Node.js Frontend

Second Dockerfile is building Golang Backend

Docker Compose Yml Script orchestrates all the services

Entry Point for Backend

main.go

Entry Point for FrontEnd

In the package.json there is a script starting webpack-dev-server

{routes,handlers}

The script invoked is called webpack:docker

The script invoked is called go run *.go

Demo Time !!

Containers

Follow me at Github jbelmont 

Follow me at Twitter @jbelmont80 

How to Find me?

Questions?

Made with Slides.com