Skip to content

v0.5.6

Compare
Choose a tag to compare
@msmith-techempower msmith-techempower released this 22 Jan 22:08
· 2 commits to master since this release
Fixed a race condition

TL;DR - one must `attach` to a container before it stops, and that can
also mean before it has started.

According to the Moby folks, the intended (though, documented poorly)
flow is to create, attach, start; so, that is the purpose of this
commit.