.. include:: /includes.txt ====== CentOS ====== To run Zercurity inside a Docker container please follow these steps. .. code-block:: bash 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. .. code-block:: bash 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: .. code-block:: bash yum -y install zercurity-2.2.rpm You should now see the docker asset displayed on your dashboard.