Skip to content

nonoroazoro/rpi-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published