Purpose
A minimal HTTP server for vcpkg binary caching.
It lets you host your own cache endpoint that vcpkg can read from and write to, so builds reuse previously compiled packages and don’t recompile everything every time.
Quickstart
docker run --name vcpkg-http-cache -d -p 80:80 \
--restart always \
-v ./vcpkg.cache/var:/var/vcpkg.cache \
-v ./vcpkg.cache/etc:/etc/vcpkg.cache \
viperman1271/vcpkg-http-cache:latest
Content type
Image
Digest
sha256:021597a72…
Size
42.6 MB
Last updated
9 months ago
docker pull viperman1271/vcpkg-http-cache