Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Cannot access to cuckoo #28

Open
auanfield opened this issue Feb 24, 2018 · 4 comments
Open

Cannot access to cuckoo #28

auanfield opened this issue Feb 24, 2018 · 4 comments

Comments

@auanfield
Copy link

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
Copy link
Contributor

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
Copy link
Author

auanfield commented Feb 25, 2018 via email

@blacktop
Copy link
Owner

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

@sachincool
Copy link

sachincool commented Oct 26, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants