Sign inSign up

werwolfby/armhf-alpine-nginx

By werwolfby

Updated almost 7 years ago

ARM hf compatible Docker Image with a minimal nginx HTTP and reverse proxy server.

Image
5

50K+

werwolfby/armhf-alpine-nginx repository overview

armhf-alpine-nginx

ARM hf compatible Docker Image with a minimal nginx HTTP and reverse proxy server (https://nginx.org/).

Details

Start a nginx server

docker run -d --name my-nginx \
  -p 80:80 \
  -p 443:443 \
  -v /path/to/store/nginx/settings/:/etc/nginx \
  werwolfby/armhf-alpine-nginx

How to create this image

Run all commands from within the project root directory.

Create image

Create folder. Folder name will be used for image name by default. Checkout this repository. And run.

git clone https://github.com/werwolfby/docker-armhf-alpine-nginx .
make build
Run container from image

Copy env.template to env. Edit the file settings to your particular settings. Specify path for storing nginx settings.

SETTINGS=/path/to/store/nginx/settings/
make run

Tag summary

Content type

Image

Digest

Size

5.2 MB

Last updated

almost 7 years ago

docker pull werwolfby/armhf-alpine-nginx