https://github.com/edenreich/raspberry-nginx
Nginx (Version 1.6) docker image for raspberry ARM architecture
https://github.com/edenreich/raspberry-nginx
Last synced: 7 months ago
JSON representation
Nginx (Version 1.6) docker image for raspberry ARM architecture
- Host: GitHub
- URL: https://github.com/edenreich/raspberry-nginx
- Owner: edenreich
- Created: 2018-05-10T21:19:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T15:33:44.000Z (over 7 years ago)
- Last Synced: 2025-01-16T16:42:49.424Z (9 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raspberry Pi Nginx
Raspberry PI docker image container running nginx version 1.6.*
## Requirements
- docker-cli
## Usage
On the command line:
```sh
docker run -it -d -p 80:80 --name nginx edenr/raspberry-nginx
```To enter:
```sh
docker exec -it nginx bash
```## Links
- https://hub.docker.com/r/edenr/raspberry-nginx/