TL;DR
I used Docker during last months. I write down here what I would have liked to know when beginning using it, what you can do with it and some tricks you need to be aware of. (more…)
Read more »
Build your first Kafka program with Docker and Python in very easy steps. Also, learn how to access Kafka from outside the Docker… (more…)
Read more »
Can you imagine that you will never have to define dependencies and customize configurations manually on your continuous integration server? Do you believe that every step of your build can be really isolated and work exclusively in Docker containers? And... (more…)
Read more »
This is a first attempt at a Docker configuration for a build of the Apollo-11 sources using the VirtualAgc tools.
To use it, you'll need Docker (on Linux, Mac or Windows). Then do:
$ docker build ...
Read more »