Add docker-setup hook

This allows the user to make any necessary configuration changes to
Docker before setting up any containers, allowing those configuration
changes to take effect from the outset.
This commit is contained in:
Trevor Vallender
2023-11-07 15:43:30 +00:00
parent 6563393d9a
commit f69c45b7ea
4 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env ruby
# A sample docker-setup hook
#
# Sets up a Docker network which can then be used by the applications containers
ssh user@example.com docker network create kamal