An alpine based light-weight Docker image for running the Runscope Radar on-premise agent
8.4K
This is an alpine based light-weight Docker image for running the Runscope Radar on-premise agent.
The image includes an empty file /runscope.conf (useful if you only want to pass command line options)
For a full list of command line options, see documentation: https://www.runscope.com/docs/api-testing/agent/
docker run -ti avatarnewyork/runscope --name=circleci --token=[MY_TOKEN] --agent-id=[MY_AGENT_ID] --team-id=[MY_TEAM_ID] -f /runscope.conf -v
This assumes you have a config file in the current directory named runscope.conf. For config file options, see documentation: https://www.runscope.com/docs/api-testing/agent/
docker run -ti -v $(pwd):/mnt avatarnewyork/runscope -f /mnt/runscope.conf -v
This image is mostly based on:
Content type
Image
Digest
Size
15.2 MB
Last updated
almost 8 years ago
docker pull avatarnewyork/runscope-agent