- Docker installed on your machine
You might not need the sudo
bit.
sudo docker build -t php-composer-slim .
sudo docker run -it -p 80:80 -p 443:443 php-composer-slim
August 2017.
Being new to Docker, I'm experimenting with how you'd set up a PHP project in a Docker container.
MIT