rfc6455/tests/ab/docker_bootstrap.sh
Chris Boden 1c6e6ed087 Rever use of host.docker.internal
It's only supported on macOS
2021-12-05 17:04:01 -05:00

13 lines
189 B
Bash

#!/bin/bash
set -x
echo "Running $0"
echo Adding "$1 host.ratchet.internal" to /etc/hosts file
echo $1 host.ratchet.internal >> /etc/hosts
echo /etc/hosts contains:
cat /etc/hosts
echo