logpai / loglizer

A machine learning toolkit for log-based anomaly detection [ISSRE'16]
MIT License
1.27k stars 423 forks source link

demo directory does not exist in continer #96

Closed arbourp closed 1 year ago

arbourp commented 1 year ago

Following in instructions to run the docker container I find the demo directory doesn't exist in the container:

$ docker run --name loglizer -v loglizer:/loglizer -it logpai/anaconda:py3.6 bash root@0934c89048aa:/# cd loglizer/ root@0934c89048aa:/loglizer# ls root@0934c89048aa:/loglizer# pwd /loglizer root@0934c89048aa:/loglizer# ls -ltrh total 0 root@0934c89048aa:/loglizer#

arbourp commented 1 year ago

My bad