Skip to content

Commit 844724e

Browse files
committed
Mount in /dev/pts to allow ptmx to be available
1 parent 820444d commit 844724e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Vagrant.configure(2) do |config|
4242
# next two needed for systemd in container
4343
"/sys/fs/cgroup:/sys/fs/cgroup:ro",
4444
"/sys/fs/cgroup/systemd:/sys/fs/cgroup/systemd:rw",
45+
"/dev/ptmx:/dev/ptmx:rw",
4546
]
4647
docker.create_args = [
4748
"--privileged",

0 commit comments

Comments
 (0)