mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 07:05:42 +00:00
delete all root process
This commit is contained in:
3
boinc/run.sh
Normal file
3
boinc/run.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
chown -R $UID:$GID /boinc && cd /boinc
|
||||
exec su-exec $UID:$GID /sbin/tini -- boinc
|
Reference in New Issue
Block a user