{# Feel free to customize or override anything in there! #} {%- set url = "http://container.training/" -%} {%- set pagesize = 12 -%} {%- if clustersize == 1 -%} {%- set workshop_name = "Docker workshop" -%} {%- set cluster_or_machine = "machine" -%} {%- set this_or_each = "this" -%} {%- set machine_is_or_machines_are = "machine is" -%} {%- set image_src = "https://s3-us-west-2.amazonaws.com/www.breadware.com/integrations/docker.png" -%} {%- else -%} {%- set workshop_name = "orchestration workshop" -%} {%- set cluster_or_machine = "cluster" -%} {%- set this_or_each = "each" -%} {%- set machine_is_or_machines_are = "machines are" -%} {%- set image_src = "https://cdn.wp.nginx.com/wp-content/uploads/2016/07/docker-swarm-hero2.png" -%} {%- endif -%}
{% for cluster in clusters %} {% if loop.index0>0 and loop.index0%pagesize==0 %} {% endif %}Here is the connection information to your very own {{ cluster_or_machine }} for this {{ workshop_name }}. You can connect to {{ this_or_each }} VM with any SSH client.
| login: |
| docker |
| password: |
| training |
Your {{ machine_is_or_machines_are }}:
| node{{ loop.index }}: | {{ node }} |
You can find the slides at: