Add Ubuntu16.04 host to docker-compose (#1414)

Enables testing Kolide with a Ubuntu16 host running osquery
This commit is contained in:
Zachary Wasserman
2017-03-15 08:53:54 -07:00
committed by GitHub
parent da53c534a1
commit d3bf134c7e
+15
View File
@@ -17,6 +17,21 @@ services:
hard: 1000000000
soft: 1000000000
ubuntu16-osquery:
image: "kolide/ubuntu16-osquery:${KOLIDE_OSQUERY_VERSION}"
volumes:
- ./kolide.crt:/etc/osquery/kolide.crt
- ./example_osquery.flags:/etc/osquery/osquery.flags
extra_hosts:
- "dockerhost:${LOCALHOST}"
environment:
ENROLL_SECRET: "${ENROLL_SECRET}"
command: osqueryd --flagfile=/etc/osquery/osquery.flags
ulimits:
core:
hard: 1000000000
soft: 1000000000
centos7-osquery:
image: "kolide/centos7-osquery:${KOLIDE_OSQUERY_VERSION}"
volumes: