无法重启 podman 容器

无法重启 podman 容器

我已经安装了一个 mtproto-proxy 容器:

# podman container list
CONTAINER ID  IMAGE                                     COMMAND               CREATED       STATUS             PORTS                        NAMES
02e39044364c  docker.io/telegrammessenger/proxy:latest  /bin/sh -c /bin/b...  8 months ago  Up 11 minutes ago  1.2.3.4:443->443/tcp  mtproto-proxy

但如果没有SIGKILL

# podman restart mtproto-proxy
WARN[0010] StopSignal SIGTERM failed to stop container mtproto-proxy in 10 seconds, resorting to SIGKILL
12345678904c0b38013c7d1c5db885e2646df1282dce25dc21a14256229807c7

我错过了什么?

答案1

没有日志,你就无法得到答案

podman logs -f mtproto-proxy

相关内容