You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port forward fails, if running in a container.
The following error message is output.
$ sudo pmctl2 forward add 4000 operation:10.72.48.0:4000
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to create bus connection: Host is down
2022-07-04T04:23:02.576480Z kmdkuk-dctest pmctl2 error: "exit status 1"
It is probably due to the use of systemd-run for port forwarding.
What
Port forward fails, if running in a container.
The following error message is output.
It is probably due to the use of
systemd-run
for port forwarding.placemat/v2/cmd/pmctl2/cmd/forward_add.go
Lines 56 to 63 in 5ade3b5
How
If you want to use it in container, execute
socat
using a sidecar.Checklist
The text was updated successfully, but these errors were encountered: