docker-nginx icon indicating copy to clipboard operation
docker-nginx copied to clipboard

Docker image for Nginx, to be used in combination with dylanlindgren/docker-phpfpm

Results 2 docker-nginx issues
Sort by recently updated
recently updated
newest added

Hi, I'm new to docker, and I would have one nginx docker, and several others, especially php-fpm and node.js. I want to use your images of nginx and php-fpm for...

Using the Docker Quickstart Terminal (which is: bash --login '/Applications/Docker/Docker Quickstart Terminal.app/Contents/Resources/Scripts/start.sh' ): ``` cd ~/workspace/docker mkdir -p tut2/data/www cd tut2 # create all directories and files as explained here:...