From a3feade012a4fe10733060d06c72b503a466ec12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Andr=C3=A9=20Schweder?= Date: Wed, 9 Nov 2016 14:09:52 -0200 Subject: [PATCH] add Docker to Infrastructure section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b5ac15..06cecd3 100644 --- a/README.md +++ b/README.md @@ -848,6 +848,7 @@ Libraries to help manage database schemas and migrations. * [appserver.io](http://appserver.io/) - A multithreaded application server for PHP, written in PHP. * [php-pm](https://github.com/php-pm/php-pm) - A process manager, supercharger and load balancer for PHP applications. +* [Docker](https://www.docker.com/) - A containerization platform. # Resources Various resources, such as books, websites and articles, for improving your PHP development skills and knowledge.