supervisor 启动失败报错 Error: Another program is already listening on a port that one of our HTTP servers is configured to use. Shut this program down first before starting supervisord. 解决办法: unlink /var/run/supervisor.sock unlink /tmp/supervisor.sock 这个
Alpine是一个小型的linux系统,官方docker镜像只有不到5MB,非常适合作为容器镜像. Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and Busybox. A minimal Docker image based on Alpine Linux with a complete package index and only 5 MB in size! 为了