Volume can be thought of as a directory which is accessible to the containers in a pod.
Tasks By Trainer:-
Create a httpd deployment (use image => docker.io/httpd) with:
- Volume name => volume-testing.
- Assign local /data directory to volumes.
- Map that /data directory with httpd deployment /usr/local/apache2/htdocs directory.