Alexey Romanov
Company: Innotech
We often hear that Docker makes life easier for developers and QA, but let's figure out how to use it in the world of microservices? Let's talk about how to use Docker Compose to build and test all your services, and how to build and debug microservices while raising the rest of your environment in containers.
To participate in the workshop you will need:
Steps to install them:
$ git clone git@github.com:Romanow/docker-in-development.git -b base
$ git submodule update --init --remote
$ ./build-all.sh
$ docker compose pull
Company: Innotech