Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 284 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 284 Bytes

#python tool template build into a docker and run from there

$ docker build -t nrsak-py:0.1 

then, example command and output

$ docker run -e NR_KEY=XXXXXXXXXXXXXX nrsak-py:0.1 nrsak.py nrSummary | jq '.applications[].name'
"Python Agent Test"
"Python Application"