Skip to content

codeworks-secops/docker-and-docker-compose-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Docker & Docker Compose Workshop

In this workshop, we will work with the Wordsmith application which is the demo project shown at DockerCon EU 2017 and 2018.

NB: Please try to find your own solutions before getting response from the repository.

Architecture Schema

wordsmith-architcture


Preamble

We have 3 containers to manage for Wordsmith App.

  • db : is a Postgresql database which stores words like Nouns, Adjectives and Verbs.

  • api : is a Java REST API which serves words read from the database and expose them through specific endpoints.

  • web : is a Go web application which calls the api and builds words into sentences


Instructions

  1. Clone the project in your local machine.
git clone git@github.com:codeworks-secops/docker-and-docker-compose-workshop.git
  1. Checkout the code-base branch to start.
git checkout code-base

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published