-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
Description
Host OS: Arch Linux
Local Computer
This isn't an issue so much as a help request. I am starting my server using systemd, but want to be able to cleanly close it without attaching to the docker session and sending 'c_shutdown()'. You can't do a simple docker exec because it's part of an interactive shell, not a direct command. I found this possible solution, so I sent:
echo "c_shutdown()" | docker attach dst_masterBut I get the error:
the input device is not a TTYI'm not familiar with docker, is there another way I can pipe the command into the session?
Reactions are currently unavailable