Inside a Vagrant box with Docker version 17.11.0-ce build 1caf76c, this docker command fails:
docker run mongo:3.4 -v /home/vagrant/src/db:/db -p 27017:27017 --name mongo
with the following error message:
docker: Error response from daemon: cgroups: memory cgroup not supported on this system: unknown.
ERRO[0027] error waiting for container: context canceled
OS:
Distributor ID: Debian
Description: Debian GNU/Linux 8.9 (jessie)
Release: 8.9
Codename: jessie
Does anyone have a clue how to fix this? It worked with an jessie box not older than a few weeks before.
Thanks :)