Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge image metadata into container metadata so image labels can be used to hide containers. #705

Merged
merged 1 commit into from
Dec 4, 2015

Conversation

tomwilkie
Copy link
Contributor

Fixes #664

@tomwilkie tomwilkie changed the title Merge image metadata into container metadata so image labels can be used to hid containers. Merge image metadata into container metadata so image labels can be used to hide containers. Dec 1, 2015
@@ -110,7 +110,7 @@ case "$COMMAND" in
echo $CONTAINER

if ! echo "$@" | grep -E "\-\-no\-app|\-\-service\-token" 1>/dev/null; then
IP_ADDRS=$(docker run --rm --net=host --entrypoint /bin/sh $SCOPE_IMAGE -c "$IP_ADDR_CMD")
IP_ADDRS=$(docker run --rm --net=host --label=works.weave.role=system --entrypoint /bin/sh $SCOPE_IMAGE -c "$IP_ADDR_CMD")

This comment was marked as abuse.

This comment was marked as abuse.

@paulbellamy
Copy link
Contributor

Other than the above, LGTM.

@tomwilkie tomwilkie force-pushed the 664-use-labels-to-hide branch from 9b95c99 to 88116ca Compare December 4, 2015 12:20
tomwilkie added a commit that referenced this pull request Dec 4, 2015
Merge image metadata into container metadata so image labels can be used to hide containers.
@tomwilkie tomwilkie merged commit b1c8f9f into master Dec 4, 2015
@tomwilkie tomwilkie deleted the 664-use-labels-to-hide branch December 4, 2015 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants