How to run Postgres in Docker

If you need to run Postgres database for development needs you can just install it manually on local machine. But you should be aware that this procedure will require some level of knowledge about Postgres installation and maintaining procedures. On the other hand there is much more simple way -…

How to run Docker

This approach is deprecated as for now you can download and install docker from official site https://docs.docker.com/install/ There is conventional wisdom that Docker is pretty much diversed and sophisticated tool, but recently there were gorgeous updates which make it much simpler and convenient to use. So…