Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 693 Bytes

File metadata and controls

14 lines (10 loc) · 693 Bytes

Node-Replicate

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 current container-id to replicate itself.

Usage

To provide the authentication for https, the following files are needed in /ssl folder:

  • cert.pem: Client certificate file
  • key.pem: Certificate key files