1 2 3 4 5 6 7 8
#!/bin/sh set -e echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`" cd /backend make