mirror of
https://github.com/geerlingguy/ansible-role-docker.git
synced 2025-08-02 13:46:22 +02:00
Add /var/lib/docker volume mount
resolving to error to mount auks mount issue
This commit is contained in:
parent
68e09a83a5
commit
7d067f15ff
@ -9,6 +9,7 @@ platforms:
|
||||
command: ${MOLECULE_DOCKER_COMMAND:-""}
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- /var/lib/docker
|
||||
privileged: true
|
||||
pre_build_image: true
|
||||
provisioner:
|
||||
|
Loading…
Reference in New Issue
Block a user