lancachenet / monolithic

A monolithic lancache service capable of caching all CDNs in a single instance
https://hub.docker.com/r/lancachenet/monolithic
Other
737 stars 73 forks source link

Allow for local development and testing of cache domains #41

Closed GotenXiao closed 5 years ago

GotenXiao commented 5 years ago

Describe the issue you are having

When developing against a local instance of monolithic and bind mounting the cache-domains repository into the container, the map generation script always resets the repository state to origin/master.

How are you running the container(s)?

docker run --rm -v $PWD/code/uklans/cache-domains:/data/cachedomains lancachenet/monolithic

Ideally, there should be a single flag that disables the git fetch mechanism.