diff --git a/docs/aj-containers.jpeg b/docs/aj-containers.jpeg new file mode 100644 index 00000000..907dec69 Binary files /dev/null and b/docs/aj-containers.jpeg differ diff --git a/docs/build.sh b/docs/build.sh index c6273af0..a610c0bc 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -2,7 +2,10 @@ case "$1" in once) for YAML in *.yml; do - ./markmaker.py < $YAML > $YAML.html || rm $YAML.html + ./markmaker.py < $YAML > $YAML.html || { + rm $YAML.html + break + } done ;; diff --git a/docs/dockercon.yml b/docs/dockercon.yml index 7ea2554e..f3f9a753 100644 --- a/docs/dockercon.yml +++ b/docs/dockercon.yml @@ -1,4 +1,4 @@ -chat: https://dockercommunity.slack.com/messages/C7ET1GY4Q +chat: "[Slack](https://dockercommunity.slack.com/messages/C7ET1GY4Q)" exclude: - self-paced diff --git a/docs/intro-ks.md b/docs/intro-ks.md new file mode 100644 index 00000000..0241f037 --- /dev/null +++ b/docs/intro-ks.md @@ -0,0 +1,15 @@ +## About these slides + +- Your one-stop shop to awesomeness: + + http://container.training/ + +- The content that you're viewing right now is in a public GitHub repository: + + https://github.com/jpetazzo/orchestration-workshop + +- Typos? Mistakes? Questions? Feel free to hover over the bottom of the slide ... + +-- + +.footnote[👇 Try it! The source file will be shown and you can view it on GitHub and fork and edit it.] diff --git a/docs/kube.yml b/docs/kube.yml index 3e23dbb0..74f29983 100644 --- a/docs/kube.yml +++ b/docs/kube.yml @@ -2,7 +2,7 @@ exclude: - self-paced - snap -chat: "FIXME" +chat: "[Gitter](https://gitter.im/jpetazzo/workshop-20171026-prague)" chapters: - | @@ -16,8 +16,10 @@ chapters: **Be kind to the WiFi!** + *Don't use your hotspot*
*Don't stream videos from YouTube, Netflix, etc. @@ -33,12 +35,26 @@ chapters: ## Intros - - Hello! I am - Jérôme ([@jpetazzo](https://twitter.com/jpetazzo)) + - Hello! We are + Jérôme ([@jpetazzo](https://twitter.com/jpetazzo), Docker Inc.) + & + AJ ([@s0ulshake](https://twitter.com/s0ulshake), Travis CI) -- - - This is my first time doing this + - This is our first time doing this + + -- + + - But ... containers and us go back a long way + + -- + + ![CONTAINERS, I TELL YOU](aj-containers.jpeg) + + -- + + - In the immortal words of [Chelsea Manning](https://twitter.com/xychelsea): #WeGotThis! --- @@ -50,17 +66,15 @@ chapters:
(please remind me if I forget about it!) - - All the content is publicly available (slides, code samples, scripts) - - Upstream URL: https://github.com/jpetazzo/orchestration-workshop + - This will be fast-paced, but DON'T PANIC! +
+ (all the content is publicly available) - Feel free to interrupt for questions at any time - - Live feedback, questions, help on [Gitter](chat) + - Live feedback, questions, help on @@CHAT@@ - http://container.training/chat - -- intro.md +- intro-ks.md - | @@TOC@@ - - prereqs-k8s.md diff --git a/docs/prereqs-k8s.md b/docs/prereqs-k8s.md index 299ac97e..29b20d4e 100644 --- a/docs/prereqs-k8s.md +++ b/docs/prereqs-k8s.md @@ -27,9 +27,6 @@ class: in-person, extra-details - [GitHub](https://github.com/join) account
(if you want to fork the repo) -- [Gitter](https://gitter.im/) account -
(to join the conversation during the workshop) - - [Slack](https://community.docker.com/registrations/groups/4316) account
(to join the conversation after the workshop) @@ -66,7 +63,7 @@ class: extra-details - This is the stuff you're supposed to do! - Go to [container.training](http://container.training/) to view these slides -- Join the [chat room](@@CHAT@@) +- Join the chat room on @@CHAT@@ ] diff --git a/docs/prereqs.md b/docs/prereqs.md index 611e1287..3de5dc54 100644 --- a/docs/prereqs.md +++ b/docs/prereqs.md @@ -30,9 +30,6 @@ class: in-person, extra-details - [GitHub](https://github.com/join) account
(if you want to fork the repo) -- [Gitter](https://gitter.im/) account -
(to join the conversation during the workshop) - - [Slack](https://community.docker.com/registrations/groups/4316) account
(to join the conversation after the workshop) @@ -69,7 +66,7 @@ class: extra-details - This is the stuff you're supposed to do! - Go to [container.training](http://container.training/) to view these slides -- Join the [chat room](@@CHAT@@) +- Join the chat room on @@CHAT@@ ]