Block a user
mongodb (latest)
Published 2025-08-28 13:25:43 +03:00 by ScuroNeko
Installation
docker pull git.nix13.pw/scuroneko/mongodb:latest
sha256:950ec38ee7b3eede0e68f322a64603799a5a1f789fdbe3cd29772b01045f12e3
Image Layers
ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
RUN /bin/sh -c echo 'http://dl-cdn.alpinelinux.org/alpine/v3.9/main' >> /etc/apk/repositories # buildkit |
RUN /bin/sh -c echo 'http://dl-cdn.alpinelinux.org/alpine/v3.9/community' >> /etc/apk/repositories # buildkit |
RUN /bin/sh -c apk update && apk add mongodb # buildkit |
COPY run.sh /root # buildkit |
RUN /bin/sh -c chmod +x /root/run.sh # buildkit |
ENTRYPOINT ["/root/run.sh"] |
CMD ["mongod" "--bind_ip" "0.0.0.0"] |
Details
2025-08-28 13:25:43 +03:00
Versions (5)
View all
Container
0
OCI / Docker
linux/amd64
58 MiB
4.0.5-alpine
2025-08-28
4.0.5-alpine3.22
2025-08-28
alpine
2025-08-28
latest
2025-08-28
4.0.5
2025-08-28