mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-08 18:06:35 +00:00
20 lines
189 B
Bash
20 lines
189 B
Bash
CLUSTERSIZE=1
|
|
|
|
CLUSTERPREFIX=moby
|
|
|
|
USER_LOGIN=docker
|
|
USER_PASSWORD=training
|
|
|
|
STEPS="
|
|
terraform
|
|
wait
|
|
standardize
|
|
clusterize
|
|
tools
|
|
docker
|
|
createuser
|
|
webssh
|
|
tailhist
|
|
ips
|
|
"
|