Skip to content

Commit

Permalink
[GEODE-5378] Adjust initdocker script to implement workaround.
Browse files Browse the repository at this point in the history
Current versions of docker have an issue under linux causing it to fail.
This workaround addresses the problem. Once Docker fixes the problem on
their end this might need to be removed.
  • Loading branch information
smgoller committed Jul 6, 2018
1 parent b66d110 commit 2c3a7b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/docker/initdocker
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ IMAGE_ROOT="$PWD/image-root"

/usr/bin/cgroupfs-mount

mkdir /sys/fs/cgroup/systemd
mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd

mkdir -p /tmp/build/graph
mount -t tmpfs -o size=5g tmpfs /tmp/build/graph

Expand Down

0 comments on commit 2c3a7b1

Please sign in to comment.