Skip to content

docker: Error response from daemon: cgroup-parent for systemd cgroup… #1459

docker: Error response from daemon: cgroup-parent for systemd cgroup…

docker: Error response from daemon: cgroup-parent for systemd cgroup… #1459

Workflow file for this run

name: Build and test FreeIPA containers
on:
push:
workflow_dispatch:
jobs:
test-docker-rootless:
name: Run with docker
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Use Docker in rootless mode.
uses: ScribeMD/rootless-docker@0.2.2
- run: systemd-cgls
- run: cat /proc/self/cgroup
- run: docker info
- name: Run master and replica
run: readonly=${{ matrix.readonly }} ca=${{ matrix.ca }} seccomp=${{ matrix.seccomp }} replica=${{ matrix.replica }} tests/run-master-and-replica.sh quay.io/freeipa/freeipa-server:fedora-39