Docker DCA Question Answer
During development of an application meant to be orchestrated by Kubemetes, you want to mount the /data directory on your laptop into a container.
Will this strategy successfully accomplish this?
Solution. Create a Persistent VolumeClaim requesting storageClass:”” (which defaults to local storage) and hostPath: /data, and use this to populate a volume in a pod.
Docker DCA Summary
- Vendor: Docker
- Product: DCA
- Update on: Jan 2, 2026
- Questions: 191

