Skip to content

Commit

Permalink
Set --pid=host in rb-sys-dock (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbourassa authored Jan 14, 2025
1 parent 241a142 commit 64a00fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem/exe/rb-sys-dock
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def rcd(input_args)
wrapper_command << "sigfw" unless interactive?(input_args)
wrapper_command << "runas"

docker_options = []
docker_options = ["--pid=host"]
docker_options << "--tty" if interactive?(input_args)

cmd = <<~SH
Expand Down

0 comments on commit 64a00fd

Please sign in to comment.