clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fleet is unreachable after VM is suspended/restored

clong opened this issue · comments

Workaround seems to be

$ docker stop $(docker ps -aq)
$ service docker restart
$ cd /home/vagrant/kolide-quickstart
$ docker-compose up -d

Closing as there's no great solution here and the workaround is documented on the README

I am new and posting this for others for clarity. When I provisioned my logger vm, the https://192.168.38.105:8412 service was not reachable. I ran the commands above and the service became reachable.