docker_bootstrap.sh 189 B

123456789101112
  1. #!/bin/bash
  2. set -x
  3. echo "Running $0"
  4. echo Adding "$1 host.ratchet.internal" to /etc/hosts file
  5. echo $1 host.ratchet.internal >> /etc/hosts
  6. echo /etc/hosts contains:
  7. cat /etc/hosts
  8. echo