Container derived from `graylog2/server` with the option to re-map UID/GID of the executing process.
127
The container uses the base image graylog2/server:2.2.1-1 with one additional feature: it allows for a re-mapping of user id and group id so that the main process outside the container has a valid UID and GID.
Follow these steps:
adduser)docker-compose.yaml):
TARGET_USERNAME: graylogTARGET_UID: <UID>TARGET_GROUPNAME: graylogTARGET_GID: <GID><UID> and <GID> have to be replaced by the ids used for the created host user and group respectivelyThere is a sample docker-compose.yaml to look at.
Content type
Image
Digest
Size
263 MB
Last updated
over 9 years ago
docker pull marcusrickert/docker-graylog:2.2.1-1