-
Notifications
You must be signed in to change notification settings - Fork 42
add support for both attach mode and detach mode #158
Conversation
Changes Unknown when pulling d445e72 on v01dstar:detach-mode-support into * on osrg:master*. |
Thank you a lot for working on this 😃 . I confirmed However I could not get about if detach {
err = client.StartContainer(container.ID, opt.HostConfig)
if err == nil {
_, err = client.WaitContainer(container.ID)
}
exitCh <- err
} Actually I tried Could you please look into this? If you can split Thank you again |
@AkihiroSuda |
PTAL @AkihiroSuda @mitake. |
Changes Unknown when pulling 1555275 on v01dstar:detach-mode-support into * on osrg:master*. |
Changes Unknown when pulling 1555275 on v01dstar:detach-mode-support into * on osrg:master*. |
Thank you a lot 😄 |
(the following discussion can be done in separate PR) I still fear a user may be surprised that So I think the |
copying from gitter https://gitter.im/osrg/namazu?at=576e07bb74f25dd571bea9e2
|
OK, merging, thanks! |
@AkihiroSuda lgtm too, thanks a lot @v01dstar ! |
Release Note: http://osrg.github.io/namazu/post/release-0-2-1/ Changes from v0.2.0: * #167, #168, #169, #170: doc: miscellaneous improvements * #166: vendor go packages * #163: *: bump up Go to 1.7 * #162: container: add support for inspectors/fs * #160: inspectors/fs: implement Fsync * #158, #159: inspectors/fs: improved CLI (thank you @v01dstar !) * #156: inspectors/proc: improved error handling * #154, #155: inspectors/proc: improved CLI Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Release Note: http://osrg.github.io/namazu/post/release-0-2-1/ Changes from v0.2.0: * #167, #168, #169, #170: doc: miscellaneous improvements * #166: vendor go packages * #163: *: bump up Go to 1.7 * #162: container: add support for inspectors/fs * #160: inspectors/fs: implement Fsync * #158, #159: inspectors/fs: improved CLI (thank you @v01dstar !) * #156: inspectors/proc: improved error handling * #154, #155: inspectors/proc: improved CLI Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
No description provided.