-
Notifications
You must be signed in to change notification settings - Fork 38
Home
Tsutomu Kuroda edited this page Feb 14, 2019
·
4 revisions
sudo mkdir /sys/fs/cgroup/systemd
sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd
$ docker-compose run web rails new . --force --no-deps --database=postgresql
$ sudo chown -R $USER:$USER .
https://github.com/docker/for-linux/issues/219#issuecomment-375160449