Update go-checkpoint library and add link to README.

This commit is contained in:
Tom Wilkie
2016-02-29 11:15:14 +00:00
parent b0d6078e38
commit 425013bdd9
11 changed files with 712 additions and 18 deletions
-5
View File
@@ -90,13 +90,8 @@ check_not_running() {
}
launch_command() {
local args="-v /etc/weave:/etc/weave"
if (set +u; [ -n "$CHECKPOINT_DISABLE" ]); then
args=
fi
echo docker run --privileged -d --name=$SCOPE_CONTAINER_NAME --net=host --pid=host \
-v /var/run/docker.sock:/var/run/docker.sock \
$args \
-e CHECKPOINT_DISABLE \
$WEAVESCOPE_DOCKER_ARGS $SCOPE_IMAGE --probe.docker true "$@"
}