Mini Bun Docker Image aims to create a compact and efficient Docker image for Bun.
5.0K
Ā Ā Ā
šØ This project is a fork of the official Bun repository. You can check my repo on GitHubā
Mini Bun Docker Image aims to create a compact and efficient Docker image for Bun by leveraging UPX (Ultimate Packer for eXecutables) to compress the Bun binary. The result is a significantly smaller container image without compromising functionality.
To use this optimized Bun Docker image:
Pull the image from Docker Hub:
docker pull popwers/mini-bun:latest
Run a container:
docker run -it popwers/mini-bun:latest
Content type
Image
Digest
sha256:600461ffeā¦
Size
29.7 MB
Last updated
17 days ago
docker pull popwers/mini-bun