.. include:: /includes.txt ====== Ubuntu ====== To run Zercurity inside a Docker container please follow these steps. .. code-block:: bash docker run --name zercurity_ubuntu -ti -d --privileged=true ubuntu:latest "/sbin/init" docker exec -it zercurity_ubuntu /bin/bash Before downloading the Debian package (.DEB). There are some prerequisites you'll need to run first. .. code-block:: bash apt-get -y update && apt-get upgrade apt-get -y install software-properties-common apt-transport-https wget rsyslog export OSQUERY_KEY=1484120AC4E9F8A1A577AEEE97A80C63C9D8B80B apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $OSQUERY_KEY add-apt-repository "deb [arch=amd64] https://pkg.osquery.io/deb deb main" apt-get -y update apt-get -y install osquery Download the zercurity DEB to your system and install like so: .. code-block:: bash dpkg -i zercurity-2.9.deb You should now see the docker asset displayed on your dashboard.