This website works better with JavaScript
Home
Explore
Help
Register
Sign In
yangxg
/
docker-compose
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
b7ccd9f724
Branches
Tags
master
docker-compose
/
baseimage-alpine
/
image
/
service-available
/
:runit
/
install.sh
install.sh
89 B
History
Raw
1
2
3
4
5
#!/bin/sh -e
ln -sf /sbin/sv /usr/bin/sv
ln -sf /sbin/runsvdir /usr/bin/runsvdir
exit 0