Docker Nginx, PHP-FPM, Composer, Supervisor container By using supervisord to maintain Nginx, php-fpm 8 process with misc utilities, such as composer & nodejs Build $ docker build -t local/nginx-php-fpm . Run $ docker run --name test -d -p 8080:80 --rm -it local/nginx-php-fpm Login to bash docker exec -it test /bin/bash Inspired by Forma-Pro