docker-cuckoo icon indicating copy to clipboard operation
docker-cuckoo copied to clipboard

Cannot access to cuckoo

Open auanfield opened this issue 7 years ago • 4 comments

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 "

auanfield avatar Feb 24 '18 03:02 auanfield

Could you show your docker-compose logs api?

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

ilyaglow avatar Feb 24 '18 10:02 ilyaglow

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 [email protected] 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.

auanfield avatar Feb 25 '18 07:02 auanfield

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

blacktop avatar Mar 21 '18 01:03 blacktop

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.

sachincool avatar Oct 26 '18 04:10 sachincool