Blog

Thoughts on web development, best practices, Ruby, Rails and web technologies

Articles tagged 'Docker'

posted on

Docker Sysadmin


If you are playing around with Docker you may have noticed that your available disk space starting to disappear. This can quickly be regained by removing containers that are no longer running and untagged images.

Removing stopped container

To list...

posted on

Docker Rails


Until recently I used Chef to configure and maintain servers which worked well enough but this was time consuming to run, and to recreate servers locally using virtual machines wasn't ideal on larger projects. Recently I've been setting up some projects...