Home - NedkoHristov/docker-playground GitHub Wiki
Welcome to the docker-playground wiki!
This is a docker playground where:
- We'll build our first docker image;
- We'll write very simple Go webserver and use it later for our tests;
- We'll learn multistage builds to make super storage efficient (it there such a word?) docker containers;
- We'll make secure communication between containers.
Who needs this tutorials?
Someone like me - a QA that needs to understand how docker and git works. The samples will be very simple with one goal - to understand how do they work. If you want more details feel free to write a comment or open an issue.