Install a single Container Defender using the CLI
$ curl -k \ -u <USER> \ -L \ -o twistcli \ https://<CONSOLE>/api/v1/util/twistcli$ chmod a+x ./twistcli$ sudo ./twistcli defender install standalone container-linux \ --address https://<CONSOLE> \ --user <USER>$ sudo docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 677c9883c4b6 twistlock/private:defender_21_04_333 "/usr/local/bin/defe…" 11 seconds ago Up 10 seconds twistlock_defender_21_04_333
Verify the install
Last updated
Was this helpful?


