kolide-quickstart icon indicating copy to clipboard operation
kolide-quickstart copied to clipboard

[DEPRECATED] A quickstart demo for Kolide tools

Results 12 kolide-quickstart issues
Sort by recently updated
recently updated
newest added

I installed the quickstart on a ubuntu vm but had to make the following changes to succeed: diff --git a/demo.sh b/demo.sh index 00b351e..69197bb 100755 --- a/demo.sh +++ b/demo.sh @@ -238,7...

``` $ docker info Containers: 12 Running: 3 Paused: 0 Stopped: 9 Images: 5 Server Version: 18.03.1-ce Storage Driver: overlay2 Backing Filesystem: xfs Supports d_type: true Native Overlay Diff: true...

There may be unforeseen consequences of this move, so we should thoroughly test and rename it when we feel confident.

``` ~/kolide-quickstart$ sudo ./demo.sh up simple Using default tag: latest latest: Pulling from kolide/fleet 88286f41530e: Pull complete a9e9fd40d73c: Pull complete 8c10e85f0f5c: Pull complete Digest: sha256:7261b45141c58e04f749f03b853e237ad705f240472a2a13e33ce80a24114450 Status: Downloaded newer image for...

Adds a post setup configuration step To keep things somewhat cleaner, I also moved all the curl calls into a `docker_curl` function, and a `get_login_token` function. As well as moving...

With docker for windows being a thing, there's no reason we can't support this process on windows. We should make sure the demo can be spun up by a windows...

enhancement
help wanted

It can not be installed via kolide-quickstart script. What is the problem? # Command ``` ./demon.sh simple up ``` # Error Log ``` Creating kolidequickstart_redis_1 ... Creating kolidequickstart_mailhog_1 ... Creating...

On master, commit cc6d35b6c55aeef88a93706117dfe250bf82db7d I tried following the instructions. It did *not* create the initial user. I went to https://127.0.0.1:8412 and was given brand new install. I created admin/admin123# I...

I had 8025 bound already and run `demo.sh up` and got an appropriate error message for the bound port, but the script continued and the webserver did not ultimately bind...

bug