Add links for container relationships and introspection

Upstream-commit: 1cbdaebaa1c2326e57945333420d25d6f77011d5
Component: engine
This commit is contained in:
Michael Crosby
2013-10-04 19:25:15 -07:00
committed by Victor Vieux
parent 17d84be4be
commit 952ac8a789
46 changed files with 4247 additions and 748 deletions

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"