Hi all,
I've got glowroot's cassandra image up and going, but I could use some help launching the glowroot central image.
Here's my environment:
# glowrootCentral]$ docker --version
Docker version 19.03.8, build afacb8b
# glowrootCentral]$ uname -a
Linux 3.10.0-1062.9.1.el7.x86_64 #1 SMP Mon Dec 2 08:31:54 EST 2019 x86_64 x86_64 x86_64 GNU/Linux
When I run "sudo docker start $GLOWROOT_CONTAINER_ID " the container doesn't start. my ps -a shows "Exited (1) 14 minutes ago"
So I'm trying to open a bash shell to troubleshoot inside the image.
When I try this command:
sudo docker run -i -t glowroot/glowroot-central:0.13.6 /bin/bash
I get the following error:
standard_init_linux.go:211: exec user process caused "no such file or directory"
The links below suggests that linux is choking on MS-Win crlf issues....but I'm not really sure.
Any suggestions on how to get this image to start on linux?
We love glowroot, thanks for sharing,
--Erik