$ grep -rn "#docker" ./posts

How to use Redis as docker container

In this article i will show you how to use the Redis docker container to start a redis instance! Not difficult but can be tricky for Docker……

Docker: syslog logging per container

In this article i will show you how to configure syslog logging per container, having logs organized in a <container-name>/<logfile>……

Use Postgres DB with Docker.

In this article i will show you how you can create a Postgres container, create tables if not exist and import data to the tables from csv……