We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820444d commit 844724eCopy full SHA for 844724e
Vagrantfile
@@ -42,6 +42,7 @@ Vagrant.configure(2) do |config|
42
# next two needed for systemd in container
43
"/sys/fs/cgroup:/sys/fs/cgroup:ro",
44
"/sys/fs/cgroup/systemd:/sys/fs/cgroup/systemd:rw",
45
+ "/dev/ptmx:/dev/ptmx:rw",
46
]
47
docker.create_args = [
48
"--privileged",
0 commit comments