Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robinbraemer/web-dev-container

Just a scrappy container for web development with php7 & nginx. Also allowing SSH login (user/pass = root)
https://github.com/robinbraemer/web-dev-container

Last synced: 27 days ago
JSON representation

Just a scrappy container for web development with php7 & nginx. Also allowing SSH login (user/pass = root)

Awesome Lists containing this project

README

        

Docker PHP-FPM 7.1 & Nginx 1.12 on Alpine Linux with SSH login
==============================================
Example PHP-FPM 7.1 & Nginx 1.12 setup for Docker, build on [Alpine Linux](http://www.alpinelinux.org/).
The image is only +/- 35MB large.

[![Docker Pulls](https://img.shields.io/docker/pulls/roboflax/web-dev.svg)](https://hub.docker.com/r/roboflax/web-dev/)

Usage
-----
Start the Docker containers:

docker run -d -p 2221:22 -p 8321:80 -p 4443:443 --name "web_dev" -m=2048MB roboflax/web-dev:1.2

See the the static html page on http://localhost:8321/test.html

Login to SSH:

user: root
password: root

# This is a mix between
https://github.com/arvindr226/alpine-ssh and https://github.com/TrafeX/docker-php-nginx/

brilliant right?