Skip to content

Commit a091fa3

Browse files
authored
Merge pull request #502 from IshaSri-17Speed/fix
Fix Some typos in the client_server.md
2 parents a826aef + 0aec659 commit a091fa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.server_client.md.swp

12 KB
Binary file not shown.

beginners/components/server_client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ 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.
34-
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.
33+
Docker as we all know by does all things containers. It provides a container runtime, It is manages container storage, networks, image builds and many other services. No doubt it requires compute power to perform all these tasks.
34+
Docker server is nothing but a compute instance (VM, Personal Computer etc.) which is responsible for running docker daemon process which in turn manages all the services provided by docker.
3535

3636
# Docker client
37-
To communicate with the docker daemon to execute a certain task like runing a contaienr, build some image are all done via docker client. Now, you'd have probably guesed it, The Docker CLI. Along with Docker CLI, Docker daemon also exposes a REST API which can be used to programmatically access services exposed by the daemon.
37+
To communicate with the docker daemon to execute a certain task like running a container, build some image that are all done via docker client. Now, you'd have probably guessed it, The Docker CLI. Along with Docker CLI, Docker daemon also exposes a REST API which can be used to programmatically access services exposed by the daemon.
3838

3939
A subset view of docker's client and server.
4040

0 commit comments

Comments
 (0)