D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
vendor
/
ratchet
/
rfc6455
/
tests
/
ab
/
Filename :
docker_bootstrap.sh
back
Copy
#!/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