Skip to content

Commit 0aec659

Browse files
author
Isha Bhardwaj
committed
corrected and added a word in server_client doc
1 parent 7368340 commit 0aec659

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 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.
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)