Add transip client provisioning
This commit is contained in:
parent
b7d5b72345
commit
f052126445
10 changed files with 223 additions and 0 deletions
10
templates/transip_client/start.j2
Normal file
10
templates/transip_client/start.j2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
/usr/bin/docker container run \
|
||||
--rm \
|
||||
--volume {{ transip_client_private_key_src_path }}:{{ transip_client_private_key_dest_path }} \
|
||||
--volume {{ transip_client_env_src_path }}:{{ transip_client_env_dest_path }} \
|
||||
{{ transip_client_image_name }} \
|
||||
{{ transip_client_login }} \
|
||||
{{ transip_client_private_key_dest_path }} \
|
||||
{{ transip_client_app_domains|join(' ') }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue