From 5f8277d4ff242c713f43f31d363c03ed94d14cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Mon, 6 Jul 2026 17:08:42 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=82=EF=B8=8F=20Remove=20references=20to?= =?UTF-8?q?=20play-with-docker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...since it's not supported anymore. Closes #690 --- slides/containers/labs-async.md | 3 +-- slides/containers/links.md | 1 - slides/k8s/links.md | 2 -- slides/shared/pwd.md | 19 ------------------- 4 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 slides/shared/pwd.md diff --git a/slides/containers/labs-async.md b/slides/containers/labs-async.md index 374ab78e..aedc060a 100644 --- a/slides/containers/labs-async.md +++ b/slides/containers/labs-async.md @@ -8,12 +8,11 @@ - install [Docker CE][docker-ce] or [Podman][podman]
(for intermediate/advanced users who prefer the CLI) - - try platforms like [Play With Docker][pwd] or [KodeKloud] + - use an online platform like [KodeKloud]
(if you can't/won't install anything locally) [docker-desktop]: https://docs.docker.com/desktop/ [podman-desktop]: https://podman-desktop.io/downloads [docker-ce]: https://docs.docker.com/engine/install/ [podman]: https://podman.io/docs/installation#installing-on-linux -[pwd]: https://labs.play-with-docker.com/ [KodeKloud]: https://kodekloud.com/free-labs/docker/ diff --git a/slides/containers/links.md b/slides/containers/links.md index f824ca98..04467b48 100644 --- a/slides/containers/links.md +++ b/slides/containers/links.md @@ -7,6 +7,5 @@ - [Docker documentation](https://docs.docker.com/) - [Docker on StackOverflow](https://stackoverflow.com/questions/tagged/docker) - [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 → https://container.training/] diff --git a/slides/k8s/links.md b/slides/k8s/links.md index 2a54ed54..e6005855 100644 --- a/slides/k8s/links.md +++ b/slides/k8s/links.md @@ -4,14 +4,12 @@ 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: diff --git a/slides/shared/pwd.md b/slides/shared/pwd.md deleted file mode 100644 index 41789ce1..00000000 --- a/slides/shared/pwd.md +++ /dev/null @@ -1,19 +0,0 @@ -## Using Play-With-Docker - -- Open a new browser tab to [labs.play-with-docker.com](https://labs.play-with-docker.com/) - -- Confirm that you're not a robot - -- Click on "ADD NEW INSTANCE": congratulations, you have your first Docker node! - -- When you will need more nodes, just click on "ADD NEW INSTANCE" again - -- Note the countdown in the corner; when it expires, your instances are destroyed - -- If you give your URL to somebody else, they can access your nodes too -
- (You can use that for pair programming, or to get help from a mentor) - -- Loving it? Not loving it? Tell it to the wonderful authors, - [@marcosnils](https://twitter.com/marcosnils) & - [@xetorthio](https://twitter.com/xetorthio)!