Dibyojyoti SanyalMar 14, 20215 min readWhere a dockerized application should persist data?Introduction of options Docker provides to store and access data.
Dibyojyoti SanyalMar 7, 20213 min readWhat is Docker Registry? What is Docker Hub?Explains the repository called Docker Registry that keeps Docker Images as blob file. Docker Hub is such a publicly accessible repository.
Dibyojyoti SanyalMar 6, 20213 min readWhat are Docker images ? How Docker Images are created? How Docker Images are used?Docker Image is a binary file with minimal runtime of an OS, libraries & dependent packages to run application with the app. executables
Dibyojyoti SanyalFeb 20, 20213 min readWhat are Docker containers? Why should I use docker containers?Explains the concept of a container and its usefulness in Docker
Dibyojyoti SanyalFeb 20, 20212 min readHow do multiple applications running their own container communicate in development space?Applications running in seperate docker containers can communicate using network of the host machine