meAmidos / dcind

Docker image with Docker Compose. Useful as a base image for integration tests in Concourse CI.
MIT License
142 stars 104 forks source link

Fix "mount: can't find /sys/fs/cgroup in /proc/mounts" error in Concourse 5.0.0 #12

Closed stefanwork closed 5 years ago

stefanwork commented 5 years ago

Install util-linux to fix mount: can't find /sys/fs/cgroup in /proc/mounts error in Concourse 5.0.0.

This fixed it for me. Based on https://github.com/concourse/docker-image-resource/commit/fd492346246e9e9f61040bf31c740e80fccc9365.

meAmidos commented 5 years ago

Thanks