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-07-27 03:15:39 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
32be5f8bc147b3fc3611e0bb9f2047680a8e56ae
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