Hello.
CKAD → State Persistence → Storage in Docker → timestamp: 07:35ish
When you create a Docker volume, it’s placed under /var/lib/docker/volumes - as Mumshad says. However, the slide shows:
– /var/lib/docker
|
| - volumes
|
| - data_volume
No biggie, just sending them up as I find them.
Thanks!
Also, CKAD->State Persistence->Volumes in Kubernetes → timestamp 02:10’ish
Slide shows:
volumes:
volumes:
- name: example-volume
hostPath:
path: /data/foo
type: Directory
Should be:
volumes:
- name: example-volume
hostPath:
path: /data/foo
type: Directory
Hi @SapperWing ,
Thanks for highlighting this. I reported to the concerned team.
Regards,