a-stray-cat docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "/bin/sh": stat /bin/sh: no such file or directory:unknown.`` 创建容器命令复制的官网的Docker部署命令
a-stray-cat [root@VM-24-2-centos .halo]# ls -l total 20 -rw-r--r-- 1 root root 1338 Feb 25 17:25 application.yaml drwxr-xr-x 2 root root 4096 Feb 25 00:09 logs drwxr-xr-x 2 root root 4096 Jan 17 15:55 static drwxr-xr-x 3 root root 4096 Jan 17 15:55 templates drwxr-xr-x 3 root root 4096 Jan 17 16:14 upload [root@VM-24-2-centos .halo]#
a-stray-cat docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo --restart=unless-stopped halohub/halo:1.4.17
a-stray-cat [root@VM-24-2-centos .halo]# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b41824d34a42 halohub/halo:1.4.17 "/bin/sh -c 'java -X…" 2 minutes ago Created 0.0.0.0:8090->8090/tcp, :::8090->8090/tcp halo