8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
|
#!/usr/bin/env ruby
|
|||
|
|
|||
|
# A sample docker-setup hook
|
|||
|
#
|
|||
|
# Sets up a Docker network which can then be used by the application’s containers
|
|||
|
|
|||
|
ssh user@example.com docker network create kamal
|