Sign inSign up

hanlsin/horde_worker_aergo_config_ctrl

By hanlsin

Updated over 7 years ago

WebApp to control the Aergo configuration file.

Image
0

50K+

hanlsin/horde_worker_aergo_config_ctrl repository overview

  • github.com/aergoio/horde
  • worker/aergo_conf_ctrl
Dockerfile:
FROM python:3.7-slim
MAINTAINER [email protected]
WORKDIR /app
ADD ./ctrl_main.py /app
ADD ./requirements.txt /app
# install python packages
RUN pip install --trusted-host pypi.org -r requirements.txt
# export port 80
EXPOSE 80
CMD ["python", "ctrl_main.py", "/data/aergo_conf/"]
run.sh
IMAGE_NAME=horde_worker_aergo_config_ctrl
IMAGE_VERSION=0.0.1
docker run -p 4000:80 -v $1:/data/aergo_conf $IMAGE_NAME:$IMAGE_VERSION

Tag summary

Content type

Image

Digest

Size

69.6 MB

Last updated

over 7 years ago

docker pull hanlsin/horde_worker_aergo_config_ctrl