From 7489841646e6cd7f7b26072da117df1f7353fa9f Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Wed, 29 Nov 2023 13:35:19 +0000 Subject: [PATCH] docs: typo in docker intro page --- docs/dev-guide/containers-101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev-guide/containers-101.md b/docs/dev-guide/containers-101.md index 26629f7..fede8dc 100644 --- a/docs/dev-guide/containers-101.md +++ b/docs/dev-guide/containers-101.md @@ -60,7 +60,7 @@ how to build an image, and how to use a container.** - In the graphic above, Docker would be the **Container Engine**. It is what actually executes the commands to run the container and keep it running. - Docker runs on your local machine with single containers. - The Docker Inc made a product called Docker Swarm, to allow for the + Docker Inc made a product called Docker Swarm, to allow for the management of containers across a fleet of servers. It essentially lost the battle to a Google-backed tool called Kubernetes. - Kubernetes is a container orchestration tool and now the standard for