Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/get-started/docker-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ significantly reduce the delay between writing code and running it in production
## The Docker platform

Docker provides the ability to package and run an application in a loosely isolated
environment called a container. The isolation and security lets you run many
environment called a container. The isolation and security let you run many
containers simultaneously on a given host. Containers are lightweight and contain
everything needed to run the application, so you don't need to rely on what's
installed on the host. You can share containers while you work,
Expand Down
Loading