# I'm just starting out with Docker so this is very much an entry-level attempt at setting up a development environment ## Stack (and official Docker image links) - [Alphine](https://hub.docker.com/_/alpine) - [NGINX](https://hub.docker.com/_/nginx) - [PHP](https://hub.docker.com/_/php) - [Composer](https://hub.docker.com/_/composer) - [NodeJS](https://hub.docker.com/_/node) - [Redis](https://hub.docker.com/_/redis) - [Maria DB](https://hub.docker.com/_/mariadb) - [PM2](https://hub.docker.com/r/keymetrics/pm2)