Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/robinbraemer/web-dev-container
- Owner: robinbraemer
- Created: 2018-07-07T18:15:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:54:25.000Z (11 months ago)
- Last Synced: 2024-05-01T21:02:40.808Z (6 months ago)
- Language: HTML
- Homepage: https://hub.docker.com/r/roboflax/web-dev/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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?