Fix two minor grammar mistakes

This commit is contained in:
Peter Hauke 2022-07-09 06:51:40 +02:00 committed by GitHub
parent 26e15e443b
commit 12c0b3b65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 - Build and run an image as a container
- Share images using Docker Hub - Share images using Docker Hub
- Deploy Docker applications using multiple containers with a database - 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. 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 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. 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 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 To access the dashboard, follow the instructions in the
[Docker Desktop manual](../desktop/dashboard.md). If you open the dashboard [Docker Desktop manual](../desktop/dashboard.md). If you open the dashboard