Skip to content

Conversation

@mohanraj04
Copy link

FYI, if you install docker w/ snap (on ubuntu 18.04), /var/lib/docker does not exists because docker is set up differently. To find the actual folder you need, run docker info | grep "Docker Root Dir:" (mine was /var/snap/docker/common/var-lib-docker).

so changed the path to /var/snap/docker/common/var-lib-docker:/var/lib/docker:ro

FYI, if you install docker w/ snap (on ubuntu 18.04), /var/lib/docker does not exists because docker is set up differently.
To find the actual folder you need, run  docker info | grep "Docker Root Dir:" (mine was /var/snap/docker/common/var-lib-docker).

so changed the path to /var/snap/docker/common/var-lib-docker:/var/lib/docker:ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant