This website requires JavaScript.
Explore
Help
Register
Sign In
hoellen
/
dockerfiles
Watch
1
Star
0
Fork
0
You've already forked dockerfiles
mirror of
https://github.com/hoellen/dockerfiles.git
synced
2025-04-20 04:19:18 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
dockerfiles
/
unmaintained
/
boinc
/
run.sh
4 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
delete all root process
2016-09-16 17:08:06 +02:00
#!/bin/sh
chown -R
$UID
:
$GID
/boinc
&&
cd
/boinc
boinc: use entrypoint
2016-09-17 13:11:42 +02:00
exec
su-exec
$UID
:
$GID
/sbin/tini -- boinc
$@
Reference in New Issue
Copy Permalink