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

show IP addresses in attach/expose/detach/hide #968

Merged
merged 3 commits into from
Jun 22, 2015

Commits on Jun 22, 2015

  1. make weave attach|expose|detach|hide show IP addresses

    The output contains one IP address for each addr (i.e. [ip:]<cidr> |
    net:<cidr> | net:default) supplied on the command line; or, if none
    was specified, a single address from the default IPAM subnet.
    
    We don't want `weave run` to output the addresses, since it is meant
    to (only) output the container id. Hence we redirect the `attach`
    output to stderr in that case.
    
    Closes weaveworks#954.
    rade committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    257774a View commit details
    Browse the repository at this point in the history
  2. add some tests

    rade committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    ebf725d View commit details
    Browse the repository at this point in the history
  3. update docs

    rade committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    7cf0d59 View commit details
    Browse the repository at this point in the history