I’m trying to do some network connectivity tests within the docker container itself, and am trying to elevate the console within the container to root so that I can install apt packages temporarily.
I’ve tried su - , and then entering the password i’ve defined for GRAYLOG_ROOT_PASSWORD_SHA2, “admin”, and (blank) to no avail
I at least need to be able to run a ping command from within the container
Does anyone happen to know the password for “root” so that I can run console CLI commands within the container?
That only seems to effect the password for the webui ,
I may need to fork the docker file and have it install net tools and other packages during the build so that I can do some troubleshooting. Not a priority though as I abandoned the IPVlan idea for the moment.