debian converted to s6, aline files moved

This commit is contained in:
diginc
2017-05-05 21:48:03 -05:00
parent 20955a41fe
commit 9f61b87198
25 changed files with 69 additions and 47 deletions

10
s6/debian-root/usr/bin/host-ip Executable file
View File

@@ -0,0 +1,10 @@
#!/usr/bin/with-contenv sh
#
# This script will determine the network IP of the container.
#
# Return format should be a single IP address.
#
# Default to using the value of the $HOSTNAME ENV variable.
getent hosts ${1:-$HOSTNAME} | awk '{print $1}'