Docker volume with subtitles

preview_player
Показать описание
Today we will learn:
1. What are Volumes in Docker.
2. How to create / list / delete volumes
3. How to attach volume to a container
4. How to share volume among containers
5. What are bind mounts
6. what are tmpfs, temporary file system.

Docker volume commands:

- docker volume create
- docker volume ls
- docker volume inspect
- docker volume rm

Delete all the containers in a single shot : for i in $(docker container ls -aq) ; do docker container rm -f $i ;done

Use of Volumes
===========
Decoupling container from Docker's storage
Share volume (storage/data) among different containers
Attach volume to container
On deleting container volume does not delete

Commands
All the commands are captured and shared on my Git hub page.

References

#DockerVolume #DockerBindMount #Dockertmpfs #DockerContainers #DockerTutorials #DockerTraining #DevOpsTools #DevOpsTraining #DockerCommands #DockerForBeginners #DockerFreeTutorials #DockerforDevOps #Dokcertheroy #DockerLAB

DOCKER full course PLAYLIST

Docker Howtocreate image:

My GIT hub page, from where you may download the presentation and lab commands that I used.

Online IT education should be free of cost. What I know, I will be uploading on my channel. Click the SUBSCRIBE button and hit the bell icon to keep getting new videos.
Рекомендации по теме
Комментарии
Автор

Super se bhe upper ...keep up the good work

pankajanand