Skip to content

Commit 546ade7

Browse files
authored
Update what-is-a-container.md (#23950)
Fixed grammar issue OLD LINE Since containers are run in isolation, they have minimal influence on the host and other containers, increasing the security of your applications. NEW LINE Since containers run in isolation, they have minimal influence on the host and other containers, increasing the security of your applications.
1 parent 8b2fedf commit 546ade7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/get-started/docker-concepts/the-basics/what-is-a-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ What is a container? Simply put, containers are isolated processes for each of y
2929
Here's what makes them awesome. Containers are:
3030

3131
- Self-contained. Each container has everything it needs to function with no reliance on any pre-installed dependencies on the host machine.
32-
- Isolated. Since containers are run in isolation, they have minimal influence on the host and other containers, increasing the security of your applications.
32+
- Isolated. Since containers run in isolation, they have minimal influence on the host and other containers, increasing the security of your applications.
3333
- Independent. Each container is independently managed. Deleting one container won't affect any others.
3434
- Portable. Containers can run anywhere! The container that runs on your development machine will work the same way in a data center or anywhere in the cloud!
3535

0 commit comments

Comments
 (0)