Skip to content

Commit

Permalink
Mount in /dev/pts to allow ptmx to be available
Browse files Browse the repository at this point in the history
  • Loading branch information
electrofelix committed May 19, 2023
1 parent 820444d commit 844724e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Vagrant.configure(2) do |config|
# next two needed for systemd in container
"/sys/fs/cgroup:/sys/fs/cgroup:ro",
"/sys/fs/cgroup/systemd:/sys/fs/cgroup/systemd:rw",
"/dev/ptmx:/dev/ptmx:rw",
]
docker.create_args = [
"--privileged",
Expand Down

0 comments on commit 844724e

Please sign in to comment.