Login
Remember
Register
Ask a Question
What is the path of Docker volumes storage?
0
votes
asked
Jan 24, 2024
in
Docker
by
AdilsonLima
What is the path of Docker volumes storage?
docker-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 24, 2024
by
AdilsonLima
The default path for Docker volumes is as follows:
/var/lib/docker/volumes
...