cybagard / nsrllookup

nsrllookup is a Web API built with Python and Flask. It exposes a route to lookup a single MD5 hash and returns "known" or "unkown".
MIT License
2 stars 1 forks source link

Issue with testing nsrllookup #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

I'm using python 3.7 and tried to write the command

sudo docker-compose -f docker-compose.build.yml up --build api-test &&  docker-compose -f docker-compose.build.yml rm -fsv
Building svr-test

and this is what I got

image

cybagard commented 3 years ago

Hi, this is very likely an issue with your docker installation. Please use your favourite search engine to find a solution.