From 8753279603bfa12700e2089938d6dfa04896b38a Mon Sep 17 00:00:00 2001 From: djalal Date: Sun, 17 Feb 2019 14:49:00 +0100 Subject: [PATCH] use HTTPS when possible --- slides/containers/Container_Network_Model.md | 2 +- slides/containers/Logging.md | 2 +- slides/containers/Training_Environment.md | 2 +- slides/containers/Windows_Containers.md | 8 ++++---- slides/containers/Working_With_Volumes.md | 2 +- slides/swarm/creatingswarm.md | 2 +- slides/swarm/encryptionatrest.md | 2 +- slides/swarm/extratips.md | 4 ++-- slides/swarm/gui.md | 2 +- slides/swarm/intro.md | 4 ++-- slides/swarm/links.md | 10 +++++----- slides/swarm/logging.md | 2 +- slides/swarm/morenodes.md | 2 +- slides/swarm/operatingswarm.md | 2 +- slides/swarm/swarmtools.md | 2 +- 15 files changed, 24 insertions(+), 24 deletions(-) diff --git a/slides/containers/Container_Network_Model.md b/slides/containers/Container_Network_Model.md index 7f73a64c..dec982fe 100644 --- a/slides/containers/Container_Network_Model.md +++ b/slides/containers/Container_Network_Model.md @@ -528,7 +528,7 @@ Very short instructions: - `docker network create mynet --driver overlay` - `docker service create --network mynet myimage` -See http://jpetazzo.github.io/container.training for all the deets about clustering! +See https://jpetazzo.github.io/container.training for all the deets about clustering! --- diff --git a/slides/containers/Logging.md b/slides/containers/Logging.md index ecb24cb2..aac4172f 100644 --- a/slides/containers/Logging.md +++ b/slides/containers/Logging.md @@ -295,4 +295,4 @@ that you don't drop messages on the floor. Good luck. If you want to learn more about the GELF driver, have a look at [this blog post]( -http://jpetazzo.github.io/2017/01/20/docker-logging-gelf/). +https://jpetazzo.github.io/2017/01/20/docker-logging-gelf/). diff --git a/slides/containers/Training_Environment.md b/slides/containers/Training_Environment.md index 750a42b6..e78d064c 100644 --- a/slides/containers/Training_Environment.md +++ b/slides/containers/Training_Environment.md @@ -19,7 +19,7 @@ class: title - install Docker on e.g. a cloud VM - - use http://www.play-with-docker.com/ to instantly get a training environment + - use https://www.play-with-docker.com/ to instantly get a training environment --- diff --git a/slides/containers/Windows_Containers.md b/slides/containers/Windows_Containers.md index bf9497c1..6657680e 100644 --- a/slides/containers/Windows_Containers.md +++ b/slides/containers/Windows_Containers.md @@ -119,7 +119,7 @@ Nano and LinuxKit VMs in Hyper-V!) - golang, mongo, python, redis, hello-world ... and more being added - - you should still use `--plaform` with multi-os images to be certain + - you should still use `--plaform` with multi-os images to be certain - Windows Containers now support `localhost` accessible containers (July 2018) @@ -135,8 +135,8 @@ Most "official" Docker images don't run on Windows yet. Places to Look: - - Hub Official: https://hub.docker.com/u/winamd64/ - + - Hub Official: https://hub.docker.com/u/winamd64/ + - Microsoft: https://hub.docker.com/r/microsoft/ --- @@ -153,7 +153,7 @@ Places to Look: - PowerShell [Tab Completion: DockerCompletion](https://github.com/matt9ucci/DockerCompletion) -- Best Shell GUI: [Cmder.net](http://cmder.net/) +- Best Shell GUI: [Cmder.net](https://cmder.net/) - Good Windows Container Blogs and How-To's diff --git a/slides/containers/Working_With_Volumes.md b/slides/containers/Working_With_Volumes.md index 5e946571..4a33302c 100644 --- a/slides/containers/Working_With_Volumes.md +++ b/slides/containers/Working_With_Volumes.md @@ -401,7 +401,7 @@ or providing extra features. For instance: * [REX-Ray](https://rexray.io/) - create and manage volumes backed by an enterprise storage system (e.g. SAN or NAS), or by cloud block stores (e.g. EBS, EFS). -* [Portworx](http://portworx.com/) - provides distributed block store for containers. +* [Portworx](https://portworx.com/) - provides distributed block store for containers. * [Gluster](https://www.gluster.org/) - open source software-defined distributed storage that can scale to several petabytes. It provides interfaces for object, block and file storage. diff --git a/slides/swarm/creatingswarm.md b/slides/swarm/creatingswarm.md index 1a48bf25..2f0d2f2f 100644 --- a/slides/swarm/creatingswarm.md +++ b/slides/swarm/creatingswarm.md @@ -375,7 +375,7 @@ Some presentations from the Docker Distributed Systems Summit in Berlin: ([slides](https://speakerdeck.com/aluzzardi/heart-of-the-swarmkit-topology-management)) - Heart of the SwarmKit: Store, Topology & Object Model - ([slides](http://www.slideshare.net/Docker/heart-of-the-swarmkit-store-topology-object-model)) + ([slides](https://www.slideshare.net/Docker/heart-of-the-swarmkit-store-topology-object-model)) ([video](https://www.youtube.com/watch?v=EmePhjGnCXY)) And DockerCon Black Belt talks: diff --git a/slides/swarm/encryptionatrest.md b/slides/swarm/encryptionatrest.md index 115b228c..e1b40f8e 100644 --- a/slides/swarm/encryptionatrest.md +++ b/slides/swarm/encryptionatrest.md @@ -49,7 +49,7 @@ This will display the unlock key. Copy-paste it somewhere safe. ] Note: if you are doing the workshop on your own, using nodes -that you [provisioned yourself](https://@@GITREPO@@/tree/master/prepare-machine) or with [Play-With-Docker](http://play-with-docker.com/), you might have to use a different method to restart the Engine. +that you [provisioned yourself](https://@@GITREPO@@/tree/master/prepare-machine) or with [Play-With-Docker](https://play-with-docker.com/), you might have to use a different method to restart the Engine. --- diff --git a/slides/swarm/extratips.md b/slides/swarm/extratips.md index 0a1146db..6587a073 100644 --- a/slides/swarm/extratips.md +++ b/slides/swarm/extratips.md @@ -14,9 +14,9 @@ More resources on this topic: - [Do not use Docker-in-Docker for CI]( - http://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/) + https://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/) - [One container to rule them all]( - http://jpetazzo.github.io/2016/04/03/one-container-to-rule-them-all/) + https://jpetazzo.github.io/2016/04/03/one-container-to-rule-them-all/) --- diff --git a/slides/swarm/gui.md b/slides/swarm/gui.md index 05796ba6..78b7bcbe 100644 --- a/slides/swarm/gui.md +++ b/slides/swarm/gui.md @@ -8,7 +8,7 @@ What about web interfaces to control and manage Swarm? - [Portus](http://port.us.org) is a SUSE-backed open source web GUI for registry. -- Find lots of other Swarm tools in the [Awesome Docker list](http://awesome-docker.netlify.com). +- Find lots of other Swarm tools in the [Awesome Docker list](https://awesome-docker.netlify.com). --- diff --git a/slides/swarm/intro.md b/slides/swarm/intro.md index db236139..01748f1f 100644 --- a/slides/swarm/intro.md +++ b/slides/swarm/intro.md @@ -2,7 +2,7 @@ - This was initially written by [Jérôme Petazzoni](https://twitter.com/jpetazzo) to support in-person, instructor-led workshops and tutorials - + - Over time, [multiple contributors](https://@@GITREPO@@/graphs/contributors) also helped to improve these materials — thank you! - You can also follow along on your own, at your own pace @@ -15,7 +15,7 @@ [documentation](https://docs.docker.com/) ... - ... And looking for answers in the [Docker forums](forums.docker.com), - [StackOverflow](http://stackoverflow.com/questions/tagged/docker), + [StackOverflow](https://stackoverflow.com/questions/tagged/docker), and other outlets --- diff --git a/slides/swarm/links.md b/slides/swarm/links.md index 8bc7b2d0..f824ca98 100644 --- a/slides/swarm/links.md +++ b/slides/swarm/links.md @@ -3,10 +3,10 @@ - [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 Blog](https://blog.docker.com/) +- [Docker documentation](https://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/) +- [Docker on Twitter](https://twitter.com/docker) +- [Play With Docker Hands-On Labs](https://training.play-with-docker.com/) -.footnote[These slides (and future updates) are on → http://container.training/] +.footnote[These slides (and future updates) are on → https://container.training/] diff --git a/slides/swarm/logging.md b/slides/swarm/logging.md index ab8ee265..975949ed 100644 --- a/slides/swarm/logging.md +++ b/slides/swarm/logging.md @@ -417,4 +417,4 @@ that you don't drop messages on the floor. Good luck. If you want to learn more about the GELF driver, have a look at [this blog post]( -http://jpetazzo.github.io/2017/01/20/docker-logging-gelf/). +https://jpetazzo.github.io/2017/01/20/docker-logging-gelf/). diff --git a/slides/swarm/morenodes.md b/slides/swarm/morenodes.md index 44fba1f3..a5e5c515 100644 --- a/slides/swarm/morenodes.md +++ b/slides/swarm/morenodes.md @@ -173,7 +173,7 @@ class: self-paced Cloud pro-tip: use separate auto-scaling groups for managers and workers - See docker's "[Running Docker at scale](http://success.docker.com/article/running-docker-ee-at-scale)" document + See docker's "[Running Docker at scale](https://success.docker.com/article/running-docker-ee-at-scale)" document ] --- diff --git a/slides/swarm/operatingswarm.md b/slides/swarm/operatingswarm.md index 8fee2281..c66d503e 100644 --- a/slides/swarm/operatingswarm.md +++ b/slides/swarm/operatingswarm.md @@ -25,7 +25,7 @@ class: self-paced ## Catching up Assuming you have 5 nodes provided by -[Play-With-Docker](http://www.play-with-docker/), do this from `node1`: +[Play-With-Docker](https://www.play-with-docker/), do this from `node1`: ```bash docker swarm init --advertise-addr eth0 diff --git a/slides/swarm/swarmtools.md b/slides/swarm/swarmtools.md index 068ef6ff..87106104 100644 --- a/slides/swarm/swarmtools.md +++ b/slides/swarm/swarmtools.md @@ -28,7 +28,7 @@ Remove `-v` if you don't like verbose things. Shameless promo: for more Go and Docker love, check -[this blog post](http://jpetazzo.github.io/2016/09/09/go-docker/)! +[this blog post](https://jpetazzo.github.io/2016/09/09/go-docker/)! Note: in the unfortunate event of SwarmKit *master* branch being broken, the build might fail. In that case, just skip the Swarm tools section.