A docker-powered PaaS that helps you build and manage the lifecycle of applications - dokku/dokku... (more…)
Read more »
A basic webserver Docker containers are small OS images in themselves which one can deploy and run without worrying about dependencies or interoperability. All the dependencies are packed in the sa… (more…)
Read more »
If you’re using Docker on CentOS, RHEL, Fedora, or any other distro
that doesn’t ship by default with AUFS support, you are probably
using the Device Mapper storage plugin. By default, this plugin
will store all your containers in a 100 GB sparse file, an... (more…)
Read more »
Let's build a Docker container with Golang! It sounds complicated, but it really isn't. All you need are a few tools, a couple of simple commands, and ideally some cake. (The cake isn't strictly necessary, but coding is hungry work. It's a good idea to ha... (more…)
Read more »