Alpine Linux 이미지에서 busybox httpd를 활성화하는 방법

Alpine Linux 이미지에서 busybox httpd를 활성화하는 방법

alpine:latest 이미지에서 busybox httpd를 실행하려고 하면 오류가 발생합니다.

httpd: applet not found

Alpine 이미지에 httpd 애플릿을 설치하는 방법은 무엇입니까?

답변1

Alpine은 busybox 패키지를 분할하여 httpd기타 네트워크 도구를 얻습니다.

apk add busybox-extras

관련 정보