如何在 Alpine linux 镜像上启用 busybox httpd

Jan*_*sky 5 busybox alpine-linux

当尝试在 alpine:latest 图像中运行 busybox httpd 时,它以错误结束

httpd: applet not found

如何将 httpd 小程序安装到 Alpine 镜像中?

小智 4

Alpine 拆分了 busybox 包,以获取httpd和其他网络工具:

apk add busybox-extras
Run Code Online (Sandbox Code Playgroud)