8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
|
#!/usr/bin/env bash
|
|||
|
|
|||
|
# A sample docker-setup hook
|
|||
|
#
|
|||
|
# Sets up a Docker network which can then be used by the application’s containers
|
|||
|
|
|||
|
ssh root@ttcompanion.com "docker network inspect kamal || docker network create kamal"
|