ARM hf compatible Docker Image with a minimal nginx HTTP and reverse proxy server.
50K+
ARM hf compatible Docker Image with a minimal nginx HTTP and reverse proxy server (https://nginx.org/).
docker run -d --name my-nginx \
-p 80:80 \
-p 443:443 \
-v /path/to/store/nginx/settings/:/etc/nginx \
werwolfby/armhf-alpine-nginx
Run all commands from within the project root directory.
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
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
Content type
Image
Digest
Size
5.2 MB
Last updated
almost 7 years ago
docker pull werwolfby/armhf-alpine-nginx