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

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

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/