Dockerfile
RUN apk update \
&& apk add curl bash git \
&& echo -e "\n---- run install script ----------" \
&& curl -fsSL https://filebrowser.xyz/get.sh | bash \
&& echo -e "\n---- cleanup ----------" \
&& apk del curl bash git \
&& rm -rf /tmp/* /root/.??* /root/cache /var/cache/*
COPY .filebrowser.json /.filebrowser.json
ENTRYPOINT [ "filebrowser" ]
.filebrowser.json
{
"port": 80,
"baseURL": "",
"address": "",
"log": "stdout"
}
Content type
Image
Digest
Size
12.6 MB
Last updated
over 6 years ago
docker pull endorfin/rpi-filebrowser:2.1.0