Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 329 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 329 Bytes

docker-sigsci

Docker image for running a standalone signal scienes agent

Usage

docker build -t retracedhq/sigsci .
docker run -d \
 -e SIGSCI_RPC_ADDRESS=unix:/var/run/sigsci.sock \
 -e SIGSCI_HOSTNAME=docker-test \
 -e SIGSCI_ACCESSKEYID=...  \
 -e SIGSCI_SECRETACCESSKEY=... \
 retracedhq/sigsci