Skip to content

Commit 7368340

Browse files
author
Isha Bhardwaj
committed
typo corrected in server_client doc
1 parent a826aef commit 7368340

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.server_client.md.swp

12 KB
Binary file not shown.

beginners/components/server_client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Now, we understand what client and server means in computing. Let's dive into wh
3030
*Image courtesy: https://www.xenonstack.com/blog/docker-application-solutions/*
3131

3232
# Docker Server
33-
Docker as we all know by does all things contatiners. It provides a container runtime, It is manages contianer storage, networks, image builds and many other services. No doubt it requries compute power to perform all these tasks.
33+
Docker as we all know by does all things containers. It provides a container runtime, It is manages containers storage, networks, image builds and many other services. No doubt it requries compute power to perform all these tasks.
3434
Docker server is nothing but a compute instance (VM, Personal Computer etc.) which is responsible for runing docker daemon process which in turn manages all the services provided by docker.
3535

3636
# Docker client

0 commit comments

Comments
 (0)