From 12c0b3b65f9fb44bc58b2529b127258f257e05e6 Mon Sep 17 00:00:00 2001 From: Peter Hauke <90506472+peterhauke@users.noreply.github.com> Date: Sat, 9 Jul 2022 06:51:40 +0200 Subject: [PATCH] Fix two minor grammar mistakes --- get-started/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-started/index.md b/get-started/index.md index 7dcc4adeb8..1220510e0a 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -71,7 +71,7 @@ This page contains step-by-step instructions on how to get started with Docker. - Build and run an image as a container - Share images using Docker Hub - Deploy Docker applications using multiple containers with a database -- Running applications using Docker Compose +- Run applications using Docker Compose In addition, you'll also learn about the best practices for building images, including instructions on how to scan your images for security vulnerabilities. @@ -124,7 +124,7 @@ You'll notice a few flags being used. Here's some more info on them: Before going too far, we want to highlight the Docker Dashboard, which gives you a quick view of the containers running on your machine. The Docker Dashboard is available for Mac and Windows. It gives you quick access to container logs, lets you get a shell inside the container, and lets you -easily manage container lifecycle (stop, remove, etc.). +easily manage container lifecycles (stop, remove, etc.). To access the dashboard, follow the instructions in the [Docker Desktop manual](../desktop/dashboard.md). If you open the dashboard