mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
34 lines
975 B
YAML
34 lines
975 B
YAML
# This file is passed by trainer-cli to scripts/ips-txt-to-html.py
|
|
|
|
workshop_name: Advanced Docker Orchestration
|
|
workshop_short_name: orchestration
|
|
repo: https://github.com/jpetazzo/orchestration-workshop
|
|
|
|
instance_login: docker
|
|
instance_password: training
|
|
|
|
clustersize: 5 # Number of VMs per cluster
|
|
pagesize: 12 # Number of cards to print per page
|
|
|
|
background_image: https://cdn.wp.nginx.com/wp-content/uploads/2016/07/docker-swarm-hero2.png
|
|
|
|
# To be printed on the cards:
|
|
blurb: >
|
|
Here is the connection information to your very own
|
|
{cluster_or_machine} for this {workshop_name} workshop. You can connect
|
|
to {this_or_each} VM with any SSH client.
|
|
|
|
Your {machine_is_or_machines_are}:
|
|
|
|
# {url} will be replaced by the script
|
|
footer: >
|
|
<p>For slides, chat and other useful links, see: </p>
|
|
<center>{url}</center>
|
|
|
|
url: http://container.training/
|
|
|
|
engine_version: test
|
|
compose_version: 1.12
|
|
machine_version: 0.12.0
|
|
swarm_version: latest
|