#docker
Read more stories on Hashnode
Articles with this tag
Docker Concepts: Images: Read-only templates used to create Docker containers. Containers: Running instances of Docker images. Dockerfile: A text...
DockerFile A Dockerfile is a text file used to define the instructions for building a Docker image. It provides a set of steps that Docker follows to...
Docker Docker is an open-source centralized platform to create deploy and run applications. Docker uses the container on the host OS to run...