4 lines
133 B
Bash
Executable file
4 lines
133 B
Bash
Executable file
#!/bin/sh -e
|
|
# https://docs.coopcloud.tech/operators/tutorial/#server-setup
|
|
docker swarm init
|
|
docker network create -d overlay proxy
|