envbox
envbox copied to clipboard
Caching support for inner image?
Every time I launch a new workspace with envbox, and it's downloading the huge image for development environment, which takes times and consume unnecessary bandwidth. Without envbox the k8s serve the image from cache resulting in faster new workspace launch.
Hey,
you can achieve this by mounting the following directories of the envbox container to a persistent volume:
/var/lib/coder/docker
/var/lib/coder/containers
/var/lib/containers
/var/lib/docker
Does this work with multiple workspaces? I used zot registry as mirror to solve my case.