This repository contains Dockerfile of Supervisor for Docker's automated build published to the public Docker Hub Registry.
-
Install Docker.
-
Download build from public Docker Hub Registry:
docker pull wgbartley/aarch64-supervisor-docker
(alternatively, you can build an image from Dockerfile:
docker build -t="wgbartley/aarch64-supervisor-docker" https://github.com/wgbartley/aarch64-supervisor-docker
)
docker run -it --rm wgbartley/aarch64-supervisor-docker
docker run -d -v <config-dir>:/etc/supervisor/conf.d wgbartley/aarch64-supervisor-docker
This image was built from the original kdelfour/supervisor-docker image with minor tweaks to work with aarch64/ubuntu (for original intended use on a Pine 64 single board computer).