I am trying to run the latest docker image for graylog 3.x and I can’t make it work, I’m receiving Exit Code 132.
Red Hat Enterprise Linux 7.8
Some spec about the server:
For a workaround I’m using the Graylog 2.x
I am trying to run the latest docker image for graylog 3.x and I can’t make it work, I’m receiving Exit Code 132.
Red Hat Enterprise Linux 7.8
Some spec about the server:
For a workaround I’m using the Graylog 2.x
please share your docker run command or docker compose.
in addition what exact image did you use?
Hi Jan
$ docker run --name graylog --link mongo --link elasticsearch
-p 9000:9000 -p 12201:12201 -p 1514:1514
-e GRAYLOG_HTTP_EXTERNAL_URI=“http://127.0.0.1:9000/”
-d graylog/graylog:3.2
Image: graylog/graylog:3.2
Tried also others 3.x and same issue
I have copied and pasted the quick start from https://docs.graylog.org/en/3.2/pages/installation/docker.html#quick-start
~ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f0668be66e37 graylog/graylog:3.2 "tini -- /docker-ent…" 2 minutes ago Up 2 minutes (healthy) 0.0.0.0:1514->1514/tcp, 0.0.0.0:9000->9000/tcp, 0.0.0.0:12201->12201/tcp graylog
776306bd5ca5 docker.elastic.co/elasticsearch/elasticsearch-oss:6.8.5 "/usr/local/bin/dock…" 3 minutes ago Up 3 minutes 9200/tcp, 9300/tcp elasticsearch
5ef7d9aadea3 mongo:3 "docker-entrypoint.s…" 4 minutes ago Up 4 minutes 27017/tcp mongo
I pulled all images as clean images right for that start. In the past we had a broken health script and that might be the reason.
Did you checked CPU and RAM on your system? is that all available and configured proper to work? Does the CPU allow virtualisation at all?
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.