Practice this fail.
Where did the data go?
Docker · Restart as often as you like
Read the error, choose a command, and learn
why it works. Nothing runs on your machine.
A named volume db-data already exists. Inspect its metadata, including its mountpoint; do not remove or recreate it.
Where did the data go?
$ docker volume ls
local db-data
How do you inspect this named volume?
Fixed. By hand.
docker volume inspect db-datavolume inspect reports metadata for a named volume. Inspecting it is distinct from deleting it or inspecting a container that uses it.
Practice does not affect your daily score or streak.