From a8a2cf54a5ef4594bef44b171dc28689739349a2 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Tue, 27 Feb 2018 12:01:53 -0600 Subject: [PATCH] Factor out links in separate files --- slides/common/thankyou.md | 15 --------------- slides/intro-fullday.yml | 1 + slides/intro-selfpaced.yml | 1 + slides/intro/links.md | 1 + slides/kube-halfday.yml | 1 + slides/kube-selfpaced.yml | 1 + slides/kube/links.md | 34 ++++++++++++++++++++++++++++++++++ slides/swarm-fullday.yml | 1 + slides/swarm-halfday.yml | 1 + slides/swarm-selfpaced.yml | 1 + slides/swarm-video.yml | 1 + slides/swarm/links.md | 12 ++++++++++++ 12 files changed, 55 insertions(+), 15 deletions(-) create mode 120000 slides/intro/links.md create mode 100644 slides/kube/links.md create mode 100644 slides/swarm/links.md diff --git a/slides/common/thankyou.md b/slides/common/thankyou.md index af8fc431..0b18b64f 100644 --- a/slides/common/thankyou.md +++ b/slides/common/thankyou.md @@ -9,18 +9,3 @@ class: title, in-person That's all folks!
Questions? ![end](images/end.jpg) - ---- - -# Links and resources - -- [Docker Community Slack](https://community.docker.com/registrations/groups/4316) -- [Docker Community Forums](https://forums.docker.com/) -- [Docker Hub](https://hub.docker.com) -- [Docker Blog](http://blog.docker.com/) -- [Docker documentation](http://docs.docker.com/) -- [Docker on StackOverflow](https://stackoverflow.com/questions/tagged/docker) -- [Docker on Twitter](http://twitter.com/docker) -- [Play With Docker Hands-On Labs](http://training.play-with-docker.com/) - -.footnote[These slides (and future updates) are on → http://container.training/] diff --git a/slides/intro-fullday.yml b/slides/intro-fullday.yml index 14c805b5..e118afe4 100644 --- a/slides/intro-fullday.yml +++ b/slides/intro-fullday.yml @@ -41,3 +41,4 @@ chapters: - intro/Compose_For_Dev_Stacks.md - intro/Advanced_Dockerfiles.md - common/thankyou.md + - intro/links.md diff --git a/slides/intro-selfpaced.yml b/slides/intro-selfpaced.yml index ddf9ffe3..38d212e3 100644 --- a/slides/intro-selfpaced.yml +++ b/slides/intro-selfpaced.yml @@ -41,3 +41,4 @@ chapters: - intro/Compose_For_Dev_Stacks.md - intro/Advanced_Dockerfiles.md - common/thankyou.md + - intro/links.md diff --git a/slides/intro/links.md b/slides/intro/links.md new file mode 120000 index 00000000..3b5a5fbc --- /dev/null +++ b/slides/intro/links.md @@ -0,0 +1 @@ +../swarm/links.md \ No newline at end of file diff --git a/slides/kube-halfday.yml b/slides/kube-halfday.yml index 50726cfa..cfdcc4b4 100644 --- a/slides/kube-halfday.yml +++ b/slides/kube-halfday.yml @@ -32,3 +32,4 @@ chapters: - kube/rollout.md - kube/whatsnext.md - common/thankyou.md + - kube/links.md diff --git a/slides/kube-selfpaced.yml b/slides/kube-selfpaced.yml index deda5477..11b0c0e5 100644 --- a/slides/kube-selfpaced.yml +++ b/slides/kube-selfpaced.yml @@ -32,3 +32,4 @@ chapters: - kube/rollout.md - kube/whatsnext.md - common/thankyou.md + - kube/links.md diff --git a/slides/kube/links.md b/slides/kube/links.md new file mode 100644 index 00000000..35a25f05 --- /dev/null +++ b/slides/kube/links.md @@ -0,0 +1,34 @@ +class: title, self-paced + +Thank you! + +--- + +class: title, in-person + +That's all folks!
Questions? + +![end](images/end.jpg) + +--- + +# Links and resources + +All things Kubernetes: + +- [Kubernetes Community](https://kubernetes.io/community/) - Slack, Google Groups, meetups +- [Kubernetes on StackOverflow](https://stackoverflow.com/questions/tagged/kubernetes) +- [Play With Kubernetes Hands-On Labs](https://medium.com/@marcosnils/introducing-pwk-play-with-k8s-159fcfeb787b) + +All things Docker: + +- [Docker documentation](http://docs.docker.com/) +- [Docker Hub](https://hub.docker.com) +- [Docker on StackOverflow](https://stackoverflow.com/questions/tagged/docker) +- [Play With Docker Hands-On Labs](http://training.play-with-docker.com/) + +Everything else: + +- [Local meetups](https://www.meetup.com/) + +.footnote[These slides (and future updates) are on → http://container.training/] diff --git a/slides/swarm-fullday.yml b/slides/swarm-fullday.yml index 47e541cd..f2a85f1c 100644 --- a/slides/swarm-fullday.yml +++ b/slides/swarm-fullday.yml @@ -52,3 +52,4 @@ chapters: - swarm/stateful.md - swarm/extratips.md - common/thankyou.md + - swarm/links.md diff --git a/slides/swarm-halfday.yml b/slides/swarm-halfday.yml index 83e6539c..096cc000 100644 --- a/slides/swarm-halfday.yml +++ b/slides/swarm-halfday.yml @@ -52,3 +52,4 @@ chapters: #- swarm/stateful.md #- swarm/extratips.md - common/thankyou.md + - swarm/links.md diff --git a/slides/swarm-selfpaced.yml b/slides/swarm-selfpaced.yml index d6296f3c..7fe2a40f 100644 --- a/slides/swarm-selfpaced.yml +++ b/slides/swarm-selfpaced.yml @@ -61,3 +61,4 @@ chapters: - swarm/stateful.md - swarm/extratips.md - common/thankyou.md + - swarm/links.md diff --git a/slides/swarm-video.yml b/slides/swarm-video.yml index 2c989129..a11761e2 100644 --- a/slides/swarm-video.yml +++ b/slides/swarm-video.yml @@ -61,3 +61,4 @@ chapters: - swarm/stateful.md - swarm/extratips.md - common/thankyou.md + - swarm/links.md diff --git a/slides/swarm/links.md b/slides/swarm/links.md new file mode 100644 index 00000000..8bc7b2d0 --- /dev/null +++ b/slides/swarm/links.md @@ -0,0 +1,12 @@ +# Links and resources + +- [Docker Community Slack](https://community.docker.com/registrations/groups/4316) +- [Docker Community Forums](https://forums.docker.com/) +- [Docker Hub](https://hub.docker.com) +- [Docker Blog](http://blog.docker.com/) +- [Docker documentation](http://docs.docker.com/) +- [Docker on StackOverflow](https://stackoverflow.com/questions/tagged/docker) +- [Docker on Twitter](http://twitter.com/docker) +- [Play With Docker Hands-On Labs](http://training.play-with-docker.com/) + +.footnote[These slides (and future updates) are on → http://container.training/]