Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 1.96 KB

File metadata and controls

34 lines (27 loc) · 1.96 KB

cloudops-runscope-agent

A docker image for running the runscope agent.

Docker Automated build Docker Build Status MicroBadger Size Docker Pulls

Configuration

See the documentation for runscope agent for information on how to get the required configuration values.

Environment Variable Description Default Required
TOKEN The runscope agent token - true
AGENT_ID The runscope agent id - true
TEAM_ID The runscope team id - true
NAME The name of the runscope agent cloudops-runscope-agent false
TIMEOUT Connection idle timeout 20 false
DISCONNECT_TIMEOUT Disconnect timeout 5 false
THREADS Number of worker threads 3 false
CA_FILE CA certificate file - false

Using the docker image

docker run --rm \
  -e NAME=name \
  -e TOKEN=token \
  -e AGENT_ID=agent_id \
  -e TEAM_ID=team_id \
  stena/cloudops-runscope-agent