WDAqua / Frankenstein

Question Answering Framework

Home Page:http://frankenstein.qanary-qa.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

start.sh stops and deletes ALL containers.

angusaddlesee opened this issue · comments

In start.sh the first two lines are:

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)

This deletes ALL containers. I should have paid more attention but to save others the hassle of having every one of their docker containers being removed, these lines should really be commented by default.

I see this has been updated so marking as closed, thanks