blacktop / docker-cuckoo

Cuckoo Sandbox Dockerfile
Other
323 stars 97 forks source link

Cannot access to cuckoo #28

Open auanfield opened 6 years ago

auanfield commented 6 years ago

I did as follows below instruction but I cannot access to cuckoo web.

Please advise me for the installation guide step by step.

" $ git clone https://github.com/blacktop/docker-cuckoo $ cd docker-cuckoo $ docker-compose up -d # For docker-machine $ curl $(docker-machine ip):8000/cuckoo/status # For Docker for Mac $ curl localhost:8000/cuckoo/status "

ilyaglow commented 6 years ago

Could you show your docker-compose logs api?

By the way port :8000 is the Cuckoo API. Cuckoo web is exposed on port :80.

auanfield commented 6 years ago

Hi Ilya

Sorry for late reply, Please find my docker compose log as attached and I have tried to use port 80 and 8000 to access Cuckoo web.

Regards,


From: Ilya Glotov notifications@github.com Sent: Saturday, February 24, 2018 5:36 PM To: blacktop/docker-cuckoo Cc: auanfield; Author Subject: Re: [blacktop/docker-cuckoo] Cannot access to cuckoo (#28)

Could you show your docker-compose logs api?

By the way port :8000 is the Cuckoo API. Cuckoo web is exposed on port :80.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/blacktop/docker-cuckoo/issues/28#issuecomment-368218887, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AdgOFXjLEVA1ElQYaJFD9cCMIloP3sjNks5tX-YkgaJpZM4SRuZM.

blacktop commented 6 years ago

I don't think you can add attachments to github issues via email.

sachincool commented 5 years ago

I think I know the problem here.

elasticsearch_1  | ERROR: [1] bootstrap checks failed
elasticsearch_1  | [1]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

elastic search closed because they changed it in prod. https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode I'll send a fix as soon as I get mine working.