Sign inSign up

nonoroazoro/rpi-nginx

By nonoroazoro

Updated about 10 years ago

nginx Dockerfile for Raspberry Pi for automated build.

Image
0

317

nonoroazoro/rpi-nginx repository overview

rpi-nginx

This repository contains Dockerfile of nginx for Raspberry Pi published to the public Docker Hub.

Base Docker Image
Installation
  1. Install Docker for Raspberry Pi.

  2. Download from Docker Hub:

    docker pull nonoroazoro/rpi-nginx

  3. Alternatively, you can build an image from Dockerfile (In you Raspberry Pi):

    1. Update the proxy settings for apt-get in 10proxy.

    2. docker build -t="nonoroazoro/rpi-nginx" github.com/nonoroazoro/rpi-nginx

Usage
  1. Run nginx:

    docker run -it --rm -p 8888:80 nonoroazoro/rpi-nginx

  2. For more usage details, please refer to nginx.

Tag summary

Content type

Image

Digest

Size

61.9 MB

Last updated

about 10 years ago

docker pull nonoroazoro/rpi-nginx