Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Attach containers from Proxy using Go code #2947

Merged
merged 6 commits into from
May 12, 2017

Conversation

bboreham
Copy link
Contributor

Rather than calling out to the shell script.
This is the last part to fix #1940

@bboreham bboreham added this to the 2.0 milestone May 11, 2017
@bboreham bboreham force-pushed the issues/1940-remove-proxy-attach-dep branch from 481c423 to 0273491 Compare May 12, 2017 06:53
bboreham added 6 commits May 12, 2017 06:56
implies change type of docker client to weavedocker

so we can call things like Info() on it
also specify that it needs no container network
Note we don't need to propagate shell-script env vars now
@marccarre marccarre self-requested a review May 12, 2017 12:59
@@ -25,42 +23,6 @@ var (
Log = common.Log
)

func callWeave(args ...string) ([]byte, []byte, error) {

This comment was marked as abuse.

This comment was marked as abuse.

Copy link
Contributor

@marccarre marccarre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@marccarre marccarre merged commit bc1d6c4 into master May 12, 2017
@marccarre marccarre deleted the issues/1940-remove-proxy-attach-dep branch May 12, 2017 13:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove proxy dependency on weave script
2 participants