Last active
December 22, 2017 15:58
-
-
Save hakatashi/15e4ae99e315321a13c78722a90cf2bf to your computer and use it in GitHub Desktop.
docker source repositories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Cookie | |
| Queue | |
| StringIO | |
| UserDict | |
| abc | |
| atexit | |
| backports | |
| base64 | |
| bdb | |
| bisect | |
| cached_property | |
| calendar | |
| certifi | |
| cgi | |
| chardet | |
| cmd | |
| codecs | |
| collections | |
| compose | |
| contextlib | |
| cookielib | |
| copy | |
| copy_reg | |
| ctypes | |
| difflib | |
| dis | |
| distutils | |
| docker | |
| dockerpty | |
| dockerpycreds | |
| docopt | |
| doctest | |
| dummy_thread | |
| dummy_threading | |
| encodings | |
| enum | |
| fnmatch | |
| ftplib | |
| functools | |
| functools32 | |
| genericpath | |
| getopt | |
| getpass | |
| gettext | |
| gzip | |
| hashlib | |
| heapq | |
| hmac | |
| httplib | |
| inspect | |
| io | |
| ipaddress | |
| json | |
| jsonschema | |
| keyword | |
| linecache | |
| locale | |
| logging | |
| mimetools | |
| mimetypes | |
| netrc | |
| ntpath | |
| nturl2path | |
| numbers | |
| opcode | |
| optparse | |
| os | |
| os2emxpath | |
| pdb | |
| pickle | |
| pipes | |
| pkgutil | |
| platform | |
| plistlib | |
| posixpath | |
| pprint | |
| py_compile | |
| quopri | |
| random | |
| re | |
| repr | |
| requests | |
| rfc822 | |
| shlex | |
| shutil | |
| six | |
| socket | |
| socks | |
| sre | |
| sre_compile | |
| sre_constants | |
| sre_parse | |
| ssl | |
| stat | |
| string | |
| stringprep | |
| subprocess | |
| tarfile | |
| tempfile | |
| texttable | |
| textwrap | |
| threading | |
| token | |
| tokenize | |
| traceback | |
| tty | |
| types | |
| unittest | |
| urllib | |
| urllib2 | |
| urllib3 | |
| urlparse | |
| uu | |
| uuid | |
| warnings | |
| weakref | |
| websocket | |
| xml | |
| yaml | |
| zipfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| backports | |
| cached_property | |
| certifi | |
| chardet | |
| compose | |
| docker | |
| dockerpty | |
| dockerpycreds | |
| docopt | |
| enum | |
| functools32 | |
| genericpath | |
| ipaddress | |
| jsonschema | |
| ntpath | |
| nturl2path | |
| opcode | |
| os2emxpath | |
| posixpath | |
| repr | |
| requests | |
| six | |
| socks | |
| sre | |
| sre_compile | |
| sre_constants | |
| sre_parse | |
| texttable | |
| urllib3 | |
| websocket | |
| yaml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| backports: hg clone https://bitbucket.org/brandon/backports | |
| cached_property: git clone https://github.com/pydanny/cached-property.git | |
| certifi: git clone https://github.com/certifi/python-certifi.git | |
| chardet: git clone https://github.com/chardet/chardet.git | |
| compose: git clone https://github.com/docker/compose.git | |
| docker: git clone https://github.com/docker/docker-py.git | |
| dockerpty: git clone https://github.com/d11wtq/dockerpty.git | |
| dockerpycreds: git clone https://github.com/shin-/dockerpy-creds.git | |
| docopt: git clone https://github.com/docopt/docopt.git | |
| enum: *core* | |
| functools32: git clone https://github.com/MiCHiLU/python-functools32.git | |
| genericpath: *core* | |
| ipaddress: git clone https://github.com/phihag/ipaddress.git | |
| jsonschema: git clone http://github.com/Julian/jsonschema.git | |
| ntpath: *core* | |
| nturl2path: *core* | |
| opcode: *core* | |
| os2emxpath: *core* | |
| posixpath: *core* | |
| repr: git clone https://github.com/svetlyak40wt/python-repr.git | |
| requests: git clone https://github.com/requests/requests.git | |
| six: git clone https://github.com/benjaminp/six | |
| socks: git clone https://github.com/Anorov/PySocks.git | |
| sre: *core* | |
| sre_compile: *core* | |
| sre_constants: *core* | |
| sre_parse: *core* | |
| texttable: git clone https://github.com/foutaise/texttable.git | |
| urllib3: git clone https://github.com/shazow/urllib3.git | |
| websocket: git clone https://github.com/websocket-client/websocket-client.git | |
| yaml: git clone https://github.com/yaml/pyyaml.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/pyinstaller/pyinstaller.git | |
| hg clone https://bitbucket.org/brandon/backports | |
| git clone https://github.com/pydanny/cached-property.git | |
| git clone https://github.com/certifi/python-certifi.git | |
| git clone https://github.com/chardet/chardet.git | |
| git clone https://github.com/docker/compose.git | |
| git clone https://github.com/docker/docker-py.git | |
| git clone https://github.com/d11wtq/dockerpty.git | |
| git clone https://github.com/shin-/dockerpy-creds.git | |
| git clone https://github.com/docopt/docopt.git | |
| git clone https://github.com/MiCHiLU/python-functools32.git | |
| git clone https://github.com/phihag/ipaddress.git | |
| git clone https://github.com/Julian/jsonschema.git | |
| git clone https://github.com/svetlyak40wt/python-repr.git | |
| git clone https://github.com/requests/requests.git | |
| git clone https://github.com/benjaminp/six | |
| git clone https://github.com/Anorov/PySocks.git | |
| git clone https://github.com/foutaise/texttable.git | |
| git clone https://github.com/shazow/urllib3.git | |
| git clone https://github.com/websocket-client/websocket-client.git | |
| git clone https://github.com/yaml/pyyaml.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cloud.google.com/go | |
| github.com/BurntSushi/toml | |
| github.com/Graylog2/go-gelf | |
| github.com/Nvveen/Gotty | |
| github.com/RackSec/srslog | |
| github.com/agl/ed25519 | |
| github.com/armon/go-metrics | |
| github.com/armon/go-radix | |
| github.com/aws/aws-sdk-go | |
| github.com/beorn7/perks | |
| github.com/boltdb/bolt | |
| github.com/bsphere/le_go | |
| github.com/cloudflare/cfssl | |
| github.com/containerd/containerd | |
| github.com/containerd/continuity | |
| github.com/coreos/etcd | |
| github.com/coreos/go-semver | |
| github.com/coreos/go-systemd | |
| github.com/coreos/pkg | |
| github.com/deckarep/golang-set | |
| github.com/docker/distribution | |
| github.com/docker/docker | |
| github.com/docker/docker-credential-helpers | |
| github.com/docker/go | |
| github.com/docker/go-connections | |
| github.com/docker/go-events | |
| github.com/docker/go-metrics | |
| github.com/docker/go-units | |
| github.com/docker/libkv | |
| github.com/docker/libnetwork | |
| github.com/docker/libtrust | |
| github.com/docker/notary | |
| github.com/docker/swarmkit | |
| github.com/fluent/fluent-logger-golang | |
| github.com/flynn-archive/go-shlex | |
| github.com/fsnotify/fsnotify | |
| github.com/go-ini/ini | |
| github.com/godbus/dbus | |
| github.com/gogo/protobuf | |
| github.com/golang/protobuf | |
| github.com/google/certificate-transparency | |
| github.com/googleapis/gax-go | |
| github.com/gorilla/context | |
| github.com/gorilla/mux | |
| github.com/grpc-ecosystem/go-grpc-prometheus | |
| github.com/hashicorp/consul | |
| github.com/hashicorp/go-immutable-radix | |
| github.com/hashicorp/go-memdb | |
| github.com/hashicorp/go-msgpack | |
| github.com/hashicorp/go-multierror | |
| github.com/hashicorp/go-sockaddr | |
| github.com/hashicorp/golang-lru | |
| github.com/hashicorp/memberlist | |
| github.com/hashicorp/serf | |
| github.com/imdario/mergo | |
| github.com/jmespath/go-jmespath | |
| github.com/mattn/go-shellwords | |
| github.com/matttproud/golang_protobuf_extensions | |
| github.com/miekg/dns | |
| github.com/miekg/pkcs11 | |
| github.com/mistifyio/go-zfs | |
| github.com/mitchellh/mapstructure | |
| github.com/moby/buildkit | |
| github.com/opencontainers/go-digest | |
| github.com/opencontainers/image-spec | |
| github.com/opencontainers/runc | |
| github.com/opencontainers/runtime-spec | |
| github.com/opencontainers/selinux | |
| github.com/pborman/uuid | |
| github.com/philhofer/fwd | |
| github.com/pivotal-golang/clock | |
| github.com/pkg/errors | |
| github.com/prometheus/client_golang | |
| github.com/prometheus/client_model | |
| github.com/prometheus/common | |
| github.com/prometheus/procfs | |
| github.com/samuel/go-zookeeper | |
| github.com/sean-/seed | |
| github.com/sirupsen/logrus | |
| github.com/spf13/cobra | |
| github.com/spf13/pflag | |
| github.com/stevvooe/continuity | |
| github.com/syndtr/gocapability | |
| github.com/tchap/go-patricia | |
| github.com/tinylib/msgp | |
| github.com/tonistiigi/fifo | |
| github.com/tonistiigi/fsutil | |
| github.com/ugorji/go | |
| github.com/vbatts/tar-split | |
| github.com/vishvananda/netlink | |
| github.com/vishvananda/netns | |
| github.com/xeipuuv/gojsonpointer | |
| github.com/xeipuuv/gojsonreference | |
| github.com/xeipuuv/gojsonschema | |
| golang.org/x/crypto | |
| golang.org/x/net | |
| golang.org/x/oauth2 | |
| golang.org/x/sync | |
| golang.org/x/sys | |
| golang.org/x/text | |
| golang.org/x/time | |
| google.golang.org/api | |
| google.golang.org/genproto | |
| google.golang.org/grpc | |
| google.golang.org/grpct | |
| gopkg.in/yaml.v2 | |
| vbom.ml/util |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/docker/docker-ce.git docker-ce | |
| git clone https://github.com/golang/go.git go | |
| git clone https://github.com/GoogleCloudPlatform/gcloud-golang.git GoogleCloudPlatform_gcloud-golang | |
| git clone https://github.com/BurntSushi/toml.git BurntSushi_toml | |
| git clone https://github.com/Graylog2/go-gelf.git Graylog2_go-gelf | |
| git clone https://github.com/Nvveen/Gotty.git Nvveen_Gotty | |
| git clone https://github.com/RackSec/srslog.git RackSec_srslog | |
| git clone https://github.com/agl/ed25519.git agl_ed25519 | |
| git clone https://github.com/armon/go-metrics.git armon_go-metrics | |
| git clone https://github.com/armon/go-radix.git armon_go-radix | |
| git clone https://github.com/aws/aws-sdk-go.git aws_aws-sdk-go | |
| git clone https://github.com/beorn7/perks.git beorn7_perks | |
| git clone https://github.com/boltdb/bolt.git boltdb_bolt | |
| git clone https://github.com/bsphere/le_go.git bsphere_le_go | |
| git clone https://github.com/cloudflare/cfssl.git cloudflare_cfssl | |
| git clone https://github.com/containerd/containerd.git containerd_containerd | |
| git clone https://github.com/containerd/continuity.git containerd_continuity | |
| git clone https://github.com/coreos/etcd.git coreos_etcd | |
| git clone https://github.com/coreos/go-semver.git coreos_go-semver | |
| git clone https://github.com/coreos/go-systemd.git coreos_go-systemd | |
| git clone https://github.com/coreos/pkg.git coreos_pkg | |
| git clone https://github.com/deckarep/golang-set.git deckarep_golang-set | |
| git clone https://github.com/docker/distribution.git docker_distribution | |
| git clone https://github.com/docker/docker.git docker_docker | |
| git clone https://github.com/docker/docker-credential-helpers.git docker_docker-credential-helpers | |
| git clone https://github.com/docker/go.git docker_go | |
| git clone https://github.com/docker/go-connections.git docker_go-connections | |
| git clone https://github.com/docker/go-events.git docker_go-events | |
| git clone https://github.com/docker/go-metrics.git docker_go-metrics | |
| git clone https://github.com/docker/go-units.git docker_go-units | |
| git clone https://github.com/docker/libkv.git docker_libkv | |
| git clone https://github.com/docker/libnetwork.git docker_libnetwork | |
| git clone https://github.com/docker/libtrust.git docker_libtrust | |
| git clone https://github.com/docker/notary.git docker_notary | |
| git clone https://github.com/docker/swarmkit.git docker_swarmkit | |
| git clone https://github.com/fluent/fluent-logger-golang.git fluent_fluent-logger-golang | |
| git clone https://github.com/flynn-archive/go-shlex.git flynn-archive_go-shlex | |
| git clone https://github.com/fsnotify/fsnotify.git fsnotify_fsnotify | |
| git clone https://github.com/go-ini/ini.git go-ini_ini | |
| git clone https://github.com/godbus/dbus.git godbus_dbus | |
| git clone https://github.com/gogo/protobuf.git gogo_protobuf | |
| git clone https://github.com/golang/protobuf.git golang_protobuf | |
| git clone https://github.com/google/certificate-transparency.git google_certificate-transparency | |
| git clone https://github.com/googleapis/gax-go.git googleapis_gax-go | |
| git clone https://github.com/gorilla/context.git gorilla_context | |
| git clone https://github.com/gorilla/mux.git gorilla_mux | |
| git clone https://github.com/grpc-ecosystem/go-grpc-prometheus.git grpc-ecosystem_go-grpc-prometheus | |
| git clone https://github.com/hashicorp/consul.git hashicorp_consul | |
| git clone https://github.com/hashicorp/go-immutable-radix.git hashicorp_go-immutable-radix | |
| git clone https://github.com/hashicorp/go-memdb.git hashicorp_go-memdb | |
| git clone https://github.com/hashicorp/go-msgpack.git hashicorp_go-msgpack | |
| git clone https://github.com/hashicorp/go-multierror.git hashicorp_go-multierror | |
| git clone https://github.com/hashicorp/go-sockaddr.git hashicorp_go-sockaddr | |
| git clone https://github.com/hashicorp/golang-lru.git hashicorp_golang-lru | |
| git clone https://github.com/hashicorp/memberlist.git hashicorp_memberlist | |
| git clone https://github.com/hashicorp/serf.git hashicorp_serf | |
| git clone https://github.com/imdario/mergo.git imdario_mergo | |
| git clone https://github.com/jmespath/go-jmespath.git jmespath_go-jmespath | |
| git clone https://github.com/mattn/go-shellwords.git mattn_go-shellwords | |
| git clone https://github.com/matttproud/golang_protobuf_extensions.git matttproud_golang_protobuf_extensions | |
| git clone https://github.com/miekg/dns.git miekg_dns | |
| git clone https://github.com/miekg/pkcs11.git miekg_pkcs11 | |
| git clone https://github.com/mistifyio/go-zfs.git mistifyio_go-zfs | |
| git clone https://github.com/mitchellh/mapstructure.git mitchellh_mapstructure | |
| git clone https://github.com/moby/buildkit.git moby_buildkit | |
| git clone https://github.com/opencontainers/go-digest.git opencontainers_go-digest | |
| git clone https://github.com/opencontainers/image-spec.git opencontainers_image-spec | |
| git clone https://github.com/opencontainers/runc.git opencontainers_runc | |
| git clone https://github.com/opencontainers/runtime-spec.git opencontainers_runtime-spec | |
| git clone https://github.com/opencontainers/selinux.git opencontainers_selinux | |
| git clone https://github.com/pborman/uuid.git pborman_uuid | |
| git clone https://github.com/philhofer/fwd.git philhofer_fwd | |
| git clone https://github.com/pivotal-golang/clock.git pivotal-golang_clock | |
| git clone https://github.com/pkg/errors.git pkg_errors | |
| git clone https://github.com/prometheus/client_golang.git prometheus_client_golang | |
| git clone https://github.com/prometheus/client_model.git prometheus_client_model | |
| git clone https://github.com/prometheus/common.git prometheus_common | |
| git clone https://github.com/prometheus/procfs.git prometheus_procfs | |
| git clone https://github.com/samuel/go-zookeeper.git samuel_go-zookeeper | |
| git clone https://github.com/sean-/seed.git sean-_seed | |
| git clone https://github.com/sirupsen/logrus.git sirupsen_logrus | |
| git clone https://github.com/spf13/cobra.git spf13_cobra | |
| git clone https://github.com/spf13/pflag.git spf13_pflag | |
| git clone https://github.com/stevvooe/continuity.git stevvooe_continuity | |
| git clone https://github.com/syndtr/gocapability.git syndtr_gocapability | |
| git clone https://github.com/tchap/go-patricia.git tchap_go-patricia | |
| git clone https://github.com/tinylib/msgp.git tinylib_msgp | |
| git clone https://github.com/tonistiigi/fifo.git tonistiigi_fifo | |
| git clone https://github.com/tonistiigi/fsutil.git tonistiigi_fsutil | |
| git clone https://github.com/ugorji/go.git ugorji_go | |
| git clone https://github.com/vbatts/tar-split.git vbatts_tar-split | |
| git clone https://github.com/vishvananda/netlink.git vishvananda_netlink | |
| git clone https://github.com/vishvananda/netns.git vishvananda_netns | |
| git clone https://github.com/xeipuuv/gojsonpointer.git xeipuuv_gojsonpointer | |
| git clone https://github.com/xeipuuv/gojsonreference.git xeipuuv_gojsonreference | |
| git clone https://github.com/xeipuuv/gojsonschema.git xeipuuv_gojsonschema | |
| git clone https://github.com/golang/crypto.git golang_crypto | |
| git clone https://github.com/golang/net.git golang_net | |
| git clone https://github.com/golang/oauth2.git golang_oauth2 | |
| git clone https://github.com/golang/sync.git golang_sync | |
| git clone https://github.com/golang/sys.git golang_sys | |
| git clone https://github.com/golang/text.git golang_text | |
| git clone https://github.com/golang/time.git golang_time | |
| git clone https://github.com/google/google-api-go-client.git google_google-api-go-client | |
| git clone https://github.com/google/go-genproto.git google_go-genproto | |
| git clone https://github.com/grpc/grpc-go.git grpc_grpc-go | |
| git clone https://github.com/go-yaml/yaml.git go-yaml_yaml | |
| git clone https://github.com/fvbommel/util.git fvbommel_util |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set -o xtrace | |
| sudo python2.7 -m pip install backports | |
| sudo python2.7 -m pip install cached_property | |
| sudo python2.7 -m pip install certifi | |
| sudo python2.7 -m pip install chardet | |
| sudo python2.7 -m pip install compose | |
| sudo python2.7 -m pip install docker | |
| sudo python2.7 -m pip install dockerpty | |
| sudo python2.7 -m pip install dockerpycreds | |
| sudo python2.7 -m pip install docopt | |
| sudo python2.7 -m pip install enum | |
| sudo python2.7 -m pip install functools32 | |
| sudo python2.7 -m pip install genericpath | |
| sudo python2.7 -m pip install ipaddress | |
| sudo python2.7 -m pip install jsonschema | |
| sudo python2.7 -m pip install ntpath | |
| sudo python2.7 -m pip install nturl2path | |
| sudo python2.7 -m pip install opcode | |
| sudo python2.7 -m pip install os2emxpath | |
| sudo python2.7 -m pip install posixpath | |
| sudo python2.7 -m pip install repr | |
| sudo python2.7 -m pip install requests | |
| sudo python2.7 -m pip install six | |
| sudo python2.7 -m pip install socks | |
| sudo python2.7 -m pip install sre | |
| sudo python2.7 -m pip install sre_compile | |
| sudo python2.7 -m pip install sre_constants | |
| sudo python2.7 -m pip install sre_parse | |
| sudo python2.7 -m pip install texttable | |
| sudo python2.7 -m pip install urllib3 | |
| sudo python2.7 -m pip install websocket | |
| sudo python2.7 -m pip install yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment