Results 348 comments of Dustin Spicuzza
trafficstars

Updated the gist, using the `SqliteIndexStorage` directly made this super easy. The graph is usable, but there's more one could do to it.

I've successfully used the master version of sourcetrail on a mounted NFS share, no problems. Was not using the appimage, built it from source instead.

The library isn't particularly resilient to incorrect initialization. Perhaps if you posted your code we could point out what you missed?

FYI, it turns out you can cache a v2 private registry with squid (doesn't work with v1). If you want a pull-through private registry cache, try this out: https://github.com/virtuald/docker-registry-cache

@duyanghao I didn't say I wanted to cache a v1 registry, I merely pointed out that if one wanted to cache a v1 registry with squid, it's not easily done....

It is a v2 registry cache that works without modifying docker source code.

For my purposes, the problem is not docker. I did not change the source code of registry v2.

@duyanghao it's just a HTTP cache, no magic going on there

@scottschulthess https://github.com/virtuald/docker-registry-cache will work great for you then

At the very least, having the output be sorted would be great.