3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/bin/sh -e
|
|
docker swarm init
|
|
docker network create -d overlay proxy
|