[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sunnykrGupta/runscope-agent-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runscope Radar Docker Agent

This is light-weight Docker image for running the Runscope Radar on-premise agent.

Example

I don't know of a better way to do this, so if anyone can help out, pull requests welcome. I had to log in via the Runscope agent locally to get all of this information:

$ ./runscope-agent

After you log into your account, it will ask if you want to save a config file. Say yes, then you can open that file and use it to build up the appropriate Docker command.

docker run --name runscope-agent \
-e NAME=runscope-agent-test \
-e TOKEN=runscope-token \
-e AGENT_ID=agent-id \
-e TEAM_ID=team-id \
mmcc/runscope-agent"

I took quite a few cues from the Docker DataDog agent when building this, so big thanks to DataDog.

About

Dockerfile for running a Runscope Radar agent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 64.3%
  • Dockerfile 35.7%