You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
@@ -370,27 +351,6 @@ Build the latest release with docker-compose:
370
351
$ docker-compose build
371
352
~~~~
372
353
373
-
# Container Permissions
374
-
375
-
Simply: You can set user-id and group-id matching to a user and group from your host machine!
376
-
377
-
Due to security considerations this image is not running in root mode! The Jenkins process user inside the container is `nginx` and the user's group is `nginx`. This project offers a simplified mechanism for user- and group-mapping. You can set the uid of the user and gid of the user's group during build time.
378
-
379
-
The process permissions are relevant when using volumes and mounted folders from the host machine. NGINX need read and write permissions on the host machine. You can set UID and GID of the NGINX's process during build time! UID and GID should resemble credentials from your host machine.
380
-
381
-
The following build arguments can be used:
382
-
383
-
* CONTAINER_UID: Set the user-id of the process. (default: 1000)
384
-
* CONTAINER_GID: Set the group-id of the process. (default: 1000)
0 commit comments