Skip to content

Commit 8ae846a

Browse files
authored
Merge pull request #24178 from usha-mandya/engdocs-3198
Update edu resources section
2 parents 5a66d53 + 6eb77d0 commit 8ae846a

File tree

2 files changed

+2
-39
lines changed

2 files changed

+2
-39
lines changed

content/get-started/resources.md

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,7 @@ Docker and the broader community of Docker experts have put together many differ
99

1010
## Docker Training
1111

12-
Expand your knowledge on all things Docker with [basic to advanced trainings from Docker experts](https://www.docker.com/trainings/).
13-
14-
You can find recorded content at your own convenience, or register for a live session to participate in Q&A.
15-
16-
## Hosted labs
17-
18-
These self-paced and hands-on workshops use a free, hosted environment ([Play with Kubernetes](https://labs.play-with-k8s.com/)) that doesn't require any installation. Follow along and learn more about Kubernetes.
19-
20-
* [Kubernetes Workshop](https://training.play-with-kubernetes.com/kubernetes-workshop/)
21-
22-
\* Labs are free but require registration with a Docker ID.
23-
24-
## Self-guided tutorials
25-
26-
Created by experts in the Docker community, these free tutorials provide guided step-by-step workflows for working with the Docker platform.
27-
28-
* **Integrating Docker with Your IDE**
29-
* [Java Development: Eclipse](https://training.play-with-docker.com/java-debugging-eclipse/)
30-
* [Java Development: IntelliJ](https://training.play-with-docker.com/java-debugging-intellij/)
31-
* [Java Development: Netbeans](https://training.play-with-docker.com/java-debugging-netbeans/)
32-
* [Live Debugging Node.js with Docker and Visual Studio Code](https://training.play-with-docker.com/nodejs-live-debugging/)
33-
34-
* **Windows Containers**
35-
* [Windows Container Setup](https://training.play-with-docker.com/windows-containers-setup/)
36-
* [Windows Container Basics](https://training.play-with-docker.com/windows-containers-basics/)
37-
* [Windows Containers Multi-Container Applications](https://training.play-with-docker.com/windows-containers-multicontainer/)
12+
Learn Docker and containerization fundamentals through self-paced, [hands-on training courses](/get-started/introduction) created by Docker experts.
3813

3914
## Books
4015

@@ -62,18 +37,7 @@ A number of Docker Captains have also created video courses on Docker and Kubern
6237
* [Elton Stoneman](https://docker4.net/udemy): Docker for .NET Apps - on Linux and Windows. Includes the discount code `644ABCBC33F474541885`.
6338
* [Nick Janetakis](https://nickjanetakis.com/courses/) Dive into Docker, Docker for DevOps
6439
* [Nigel Poulton](https://nigelpoulton.com/video-courses): Kubernetes 101, Getting Started with Kubernetes, Docker and Kubernetes: The Big Picture, Kubernetes Deep Dive, Docker Deep Dive
65-
* [Arun Gupta](https://www.lynda.com/Docker-tutorials/Docker-Java-developers/576584-2.html): Docker for Java Developers
6640
* [Ajeet Singh Raina](https://collabnix.com/): Docker and Kubernetes Labs
6741
* \[French\] [Luc Juggery](https://www.udemy.com/user/lucjuggery/): Introduction to Kubernetes, The Docker Platform
6842

6943
\* Many of the courses are fee-based
70-
71-
## Community-translated docs
72-
73-
> [!NOTE]
74-
>
75-
> The following section contains a subset of Docker docs that are translated by community
76-
> members. This is not an officially translated version of Docker docs and it may not be up to date.
77-
> You must use the community-translated docs at your own discretion.
78-
79-
- [Subset of Docker docs in Japanese](https://docs.docker.jp/index.html) translated by Docker Captain [Masahito Zembutsu](https://github.com/zembutsu).

content/manuals/engine/swarm/networking.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,7 @@ service's external clients to an individual swarm node, without the client
290290
needing to know how many nodes are participating in the service or their
291291
IP addresses or ports. You don't need to publish ports which are used between
292292
services on the same network. For instance, if you have a
293-
[WordPress service that stores its data in a MySQL service](https://training.play-with-docker.com/swarm-service-discovery/),
294-
and they are connected to the same overlay network, you do not need to publish
293+
WordPress service that stores its data in a MySQL service, and they are connected to the same overlay network, you do not need to publish
295294
the MySQL port to the client, only the WordPress HTTP port.
296295

297296
Service discovery can work in two different ways: internal connection-based

0 commit comments

Comments
 (0)