Creating a development environment with docker and docker compose
Did you ever try to run code on your local machine, but it simply didn’t work? And when you ask for help all you hear …
Codeminer42’s Engineering Blog
Did you ever try to run code on your local machine, but it simply didn’t work? And when you ask for help all you hear …
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 …
Disclaimer: this post is based on Quickstart: Compose and Rails — Docker the main difference is that I will run everything with my own user …
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, …
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, …
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 …
Recently a Rubyist friend of mine got a new client. He liked the client’s software idea, but the software was written in Python. Because of …
You probably have already heard that old classic phrase: I don’t know what’s happening… It works on my machine… Vagrant came to solve this problem, …