cage 0.3.6

Develop multi-pod docker-compose apps
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/bash
#
# A sample cage hook script.

# We recommend setting these flags for all hook scripts so that they abort
# immediately on common kinds of shell errors.
set -euo pipefail

echo "Example hook script"