When trying to run busybox httpd in alpine:latest image it ends with error
httpd: applet not found
How can I install httpd applet into Alpine image?
When trying to run busybox httpd in alpine:latest image it ends with error
httpd: applet not found
How can I install httpd applet into Alpine image?
Alpine splits the busybox package, to get httpd and other networking tools:
apk add busybox-extras