We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3048fb5 commit 80d453aCopy full SHA for 80d453a
molecule/default/molecule.yml
@@ -11,13 +11,13 @@ platforms:
11
- name: ubuntu-trusty
12
image: ubuntu-upstart
13
command: /sbin/init
14
- privileged: 'true'
+ privileged: True
15
links:
16
- "openldap:openldap"
17
- name: ubuntu-xenial
18
image: solita/ubuntu-systemd
19
20
21
capabilities:
22
- SYS_ADMIN
23
volumes:
@@ -27,7 +27,7 @@ platforms:
27
- name: centos-7
28
image: centos/systemd
29
command: /usr/sbin/init
30
31
32
- /sys/fs/cgroup:/sys/fs/cgroup:ro
33
0 commit comments