graylog
Create users and groups
First create a user and group graylog
useradd -u 1100 -m graylog
Add the user graylog
to the sudo group
usermod -a -G sudo graylog
Add the user graylog
to the docker group
usermod -aG docker graylog
Give the user the bash shell
usermod --shell /bin/bash graylog
No Comments