This repository contains the files for the docker image hanzel/node-replicate. This calls the replicator image with the current container-id
to replicate itself. The application has the following route:
/
: Renders the html page with button that call/run
route./run
: Calls the replicator image with the currentcontainer-id
to replicate itself.
To provide the authentication for https, the following files are needed in /ssl
folder:
cert.pem
: Client certificate filekey.pem
: Certificate key files