devsecops-community

Follow for Cloud, Linux, Devops, GitOps, DevSecOps, Development, and IT Related content.

Follow publication

Member-only story

DevOps In 90 Days by Karthick Dkk

Day 22: Docker Volumes and Networking Types — Deep Dive

Basics of Volumes and Networks in Dockers Containers

Karthick Dkk
devsecops-community
4 min readNov 11, 2024

Welcome to Day 22 of our DevOps journey! In this blog, we will explore the types of Docker Volumes and Networks in very detail.

What are Docker Volumes?

A volume is a persistent storage mechanism for Docker containers. By default, data stored in a container is lost when the container is deleted. Volumes solve this problem by storing data outside the container’s file system, which can be reused across container restarts.

Why Use Volumes?

  1. Persistence: Volumes persist even after containers are stopped or removed.
  2. Data Sharing: Volumes allow data to be shared between containers.
  3. Backup & Restore: Volumes are ideal for making backups of data or restoring it.

Types of Docker Volumes:

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

devsecops-community
devsecops-community

Published in devsecops-community

Follow for Cloud, Linux, Devops, GitOps, DevSecOps, Development, and IT Related content.

Karthick Dkk
Karthick Dkk

Written by Karthick Dkk

DevSecOps Engineer passionate about Linux, cloud computing, and automation. Talks about Personal Development and Money.

Responses (1)

Write a response