1
0
forked from HPC/HPCplaybooks

Added a node_exporter role initially built for...

peregrine.
This commit is contained in:
Egon Rijpkema
2018-02-12 16:34:16 +01:00
parent e6cb2834c0
commit 2ec22760af
8 changed files with 119 additions and 0 deletions

6
promtools/build.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash -ex
mkdir -p results
docker build . -t promtools
docker run -d --name promtools --rm promtools sleep 3
docker cp promtools:/results .