From d2bc3cab64fa7e0cbba1f2fdcac267560c738efd Mon Sep 17 00:00:00 2001 From: Jaden Seniuk Date: Mon, 3 Jun 2024 14:53:04 -0700 Subject: [PATCH] fix: rw and cgroupns host --- molecule/default/molecule.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index 36b7c28..6a4c5fc 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -11,8 +11,9 @@ platforms: - name: "drupal-syslog-${image:-ubuntu}-${tag:-latest}${TOX_ENVNAME}" image: "${namespace:-robertdebock}/${image:-ubuntu}:${tag:-latest}" command: /sbin/init + cgroupns_mode: host volumes: - - /sys/fs/cgroup:/sys/fs/cgroup:ro + - /sys/fs/cgroup:/sys/fs/cgroup:rw privileged: true pre_build_image: true tmpfs: