#docker
Read more stories on Hashnode
Articles with this tag
Docker used client server architecture . The Docker client talks to the docker daemon which does the heavy lifting of building running and...
A Docker Image is a file used to execute code in a docker container. Docker images act like a set of instructions to build a docker container like a...
Docker is an open platform for developing, shipping and running applications. So the main strength of docker is that it separated your application...
So firstly docker is an open source platform . It helps the users to build deploy run update and mannage containers. So now a question might pop that...