clong/DetectionLab

Fleet is unreachable after VM is suspended/restored

clong opened this issue · 3 comments

clong commented
Fleet is unreachable after VM is suspended/restored
clong commented

Workaround seems to be

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

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.