chore: add docker-based installer
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: Install CMD Agent via Docker
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
install:
|
||||
name: Install CMD Agent on host
|
||||
runs-on: saas
|
||||
steps:
|
||||
- name: Install via docker
|
||||
run: |
|
||||
echo "Probing host..."
|
||||
docker run --rm --privileged --pid=host alpine nsenter -t 1 -u hostname
|
||||
docker run --rm --privileged --pid=host alpine nsenter -t 1 -n hostname -I
|
||||
Reference in New Issue
Block a user