March 8, 2019 — Lets get to basics of riding this new Blue Whale and help your self with containerization and orchestration.
What is Docker, and why can it be really good thing? How to setup docker as my local environment? Is it safe to use it in production? Docker compose?
Get to know about Docker, different integrations and implementations, how to run it, scale it, control it.
December 10, 2018 — “DevOps, SysOps, Virtualization, containerization, automation”
This are all terms we see daily, but maybe do not understand them fully.
Did you know docker container can be up-and-running 100x faster than your VM?
Or that you can limit docker container to use only as much memory as you want, so you will not run out of it?
We will talk briefly about differences between Docker and VM, and what you need to get started. Different ways how Docker can improve your development cycle and speed up your deployment process. How to improve your day-to-day operations and save time on provisioning your code.
Besides general talk and slides, we will see some demos how to run single container of one image, but also how to automate whole process and run multiple containers using docker-compose.