Codeminer42's Engineering Blog
Docker

Using Docker to instantiate local databases
From tutorials to enterprise-level software, knowing how to set up a local database instance is a mandatory skill. You’ve probably had to go through tons of installers to instantiate databases…
Zero to Up and Running a Rails Project only using Docker
Disclaimer: this post is based on Quickstart: Compose and Rails — Docker the main difference is that I will run everything with my own user and cache the gems installations.…
How to install Docker and docker-compose
Docker is a tool to wrap a piece of software in a complete filesystem that contains everything needed to run an application, such as code, runtime, system tools, and system…
Instalação do Docker e docker-compose
Docker é uma ferramenta para isolamento de software num outro sistema de arquivos que tenha tudo que precisa para rodar: arquivos binários, arquivos de configuração, ferramentas do sistema, etc. Assim…
Using Dokku for rails applications on a Linode Server.
What is Dokku? Dokku is an open source platform as a service that runs a single server, similar to Heroku. Click here to visit their website. Configure your VPS on…