https://github.com/osquery/osquery logo
Title
z

zwass

08/06/2018, 5:19 PM
@Prakhar also note that
kolide-quickstart
is now deprecated.
p

Prakhar

08/07/2018, 9:22 AM
Hey, thanks for fixing this. So if quickstart is deprecated, what's the recommended way of quickly setting up kolide fleet using docker images ? I just want to do some POC and see if it fits our workflow. Thanks.
@zwass ^^
z

zwass

08/07/2018, 5:52 PM
You can use the
docker-compose.yml
file in the Fleet repo to spin up the dependencies, and then hook up the Fleet binary to those dependencies running in Docker. Also, the quickstart may work, but we aren't supporting it any more.
p

Prakhar

08/08/2018, 8:47 AM
Thanks