Attention

Zercurity has been acquired by JumpCloud.

This documentation will no longer be maintained or updated. You can read more about the acquisition, or signup to JumpCloud today.

https://jumpcloud.com/press/jumpcloud-acquires-zercurity

CentOS

To run Zercurity inside a Docker container please follow these steps.

docker run --name zercurity_centos -ti -d --privileged=true centos:7  "/sbin/init"
docker exec -it zercurity_centos /bin/bash

Before downloading the Debian package (.RPM). There are some prerequisites you’ll need to run first.

yum -y update && yum -y upgrade
yum -y install sysvinit-tools yum-utils

curl -L https://pkg.osquery.io/rpm/GPG | tee /etc/pki/rpm-gpg/RPM-GPG-KEY-osquery
yum-config-manager --add-repo https://pkg.osquery.io/rpm/osquery-s3-rpm.repo
yum-config-manager --enable osquery-s3-rpm
yum -y install osquery

Download the zercurity RPM to your system and install like so:

yum -y install zercurity-2.2.rpm

You should now see the docker asset displayed on your dashboard.