mirror of https://github.com/docker/docs.git
Merge pull request #37 from thaJeztah/and-the-others
Add boot2docker, docker-py, libkv
This commit is contained in:
commit
ecfbfef587
|
@ -31,12 +31,15 @@ const (
|
||||||
var (
|
var (
|
||||||
org = "docker"
|
org = "docker"
|
||||||
projects = []string{
|
projects = []string{
|
||||||
|
"boot2docker",
|
||||||
"compose",
|
"compose",
|
||||||
"distribution",
|
"distribution",
|
||||||
"docker",
|
"docker",
|
||||||
|
"docker-py",
|
||||||
"dockercraft",
|
"dockercraft",
|
||||||
"kitematic",
|
"kitematic",
|
||||||
"libcompose",
|
"libcompose",
|
||||||
|
"libkv",
|
||||||
"libnetwork",
|
"libnetwork",
|
||||||
"machine",
|
"machine",
|
||||||
"notary",
|
"notary",
|
||||||
|
|
Loading…
Reference in New Issue