From 8e5af7b964bf0c9eb36aa335942a2968b45734bb Mon Sep 17 00:00:00 2001
From: Jerome Petazzoni
Your VM is reachable on the following address:
\n", prettify=lambda x: x, + footer="", ) SETTINGS_ADVANCED = dict( @@ -15,10 +16,12 @@ SETTINGS_ADVANCED = dict( pagesize=12, blurb="Here is the connection information to your very own " "cluster for this orchestration workshop. You can connect " - "to each VM with your SSH client.
\n" + "to each VM with any SSH client.\n" "Your machines are:
You can find the last version of the slides on " + "http://view.dckr.info/.
" ) SETTINGS = SETTINGS_ADVANCED @@ -44,14 +47,17 @@ html.write(""" div { float:left; border: 1px solid black; - width: 25%; - padding: 4%; + width: 28%; + padding: 4% 2.5% 2.5% 2.5%; font-size: x-small; background-image: url("docker-nb.svg"); background-size: 15%; background-position-x: 50%; background-repeat: no-repeat; } +p { + margin: 0.5em 0 0.5em 0; +} .pagebreak { page-break-before: always; clear: both; @@ -69,6 +75,7 @@ for i, cluster in enumerate(clusters): html.write("login=docker password=training
\n") + html.write(footer) html.write("") html.close()