Add links for container relationships and introspection

Upstream-commit: 1cbdaebaa1c2326e57945333420d25d6f77011d5
Component: engine
This commit is contained in:
Michael Crosby
2013-10-25 15:13:24 -07:00
committed by Victor Vieux
parent 17d84be4be
commit 952ac8a789
46 changed files with 4246 additions and 747 deletions
+3 -3
View File
@@ -2,6 +2,6 @@
DEST=$1
if go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" ./docker; then
echo "Created binary: $DEST/docker-$VERSION"
fi
go build -o $DEST/docker-$VERSION -ldflags "$LDFLAGS" $BUILDFLAGS ./docker
echo "Created binary: $DEST/docker-$VERSION"