Execute shutdown command, causing the container to close together
fclever1122 opened this issue · 1 comments
fclever1122 commented
yosifkit commented
You can't; the Redis server process is the container. It is the container PID 1, so if it exits, the container exits. There are no other processes running in the container.
