Skip to content

Instantly share code, notes, and snippets.

@schigh
Created March 10, 2020 20:24
Show Gist options
  • Save schigh/abf3b4768450e09fc80d9f26faeed212 to your computer and use it in GitHub Desktop.
Save schigh/abf3b4768450e09fc80d9f26faeed212 to your computer and use it in GitHub Desktop.
top go repos with keyword docker
const testData = `
{
"items":[
{"html_url": "https://github.com/moby"},
{"html_url": "https://github.com/containous/traefik"},
{"html_url": "https://github.com/drone/drone"},
{"html_url": "https://github.com/wagoodman/dive"},
{"html_url": "https://github.com/wagoodman/dive"},
{"html_url": "https://github.com/openfaas/faas"},
{"html_url": "https://github.com/yeasy/docker_practice"},
{"html_url": "https://github.com/jesseduffield/lazydocker"},
{"html_url": "https://github.com/rancher/rancher"},
{"html_url": "https://github.com/google/gvisor"},
{"html_url": "https://github.com/bcicen/ctop"},
{"html_url": "https://github.com/dutchcoders/transfer.sh"},
{"html_url": "https://github.com/GoogleContainerTools/skaffold"},
{"html_url": "https://github.com/docker-slim/docker-slim"},
{"html_url": "https://github.com/ory/hydra"},
{"html_url": "https://github.com/rook/rook"},
{"html_url": "https://github.com/opencontainers/runc"},
{"html_url": "https://github.com/quay/clair"},
{"html_url": "https://github.com/fabiolb/fabio"},
{"html_url": "https://github.com/docker/swarm"},
{"html_url": "https://github.com/weaveworks/weave"},
{"html_url": "https://github.com/rancher/os"},
{"html_url": "https://github.com/containerd/containerd"},
{"html_url": "https://github.com/containrrr/watchtower"},
{"html_url": "https://github.com/goreleaser/goreleaser"},
{"html_url": "https://github.com/docker/distribution"},
{"html_url": "https://github.com/coreos/flannel"},
{"html_url": "https://github.com/cilium/cilium"},
{"html_url": "https://github.com/kubernetes/kompose"},
{"html_url": "https://github.com/kubernetes-sigs/kind"},
{"html_url": "https://github.com/crawlab-team/crawlab"}
]
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment