Skip to content

Tags: Saisandeepgit/compose

Tags

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request docker#9348 from ndeloof/attach_tty

get Tty from container to know adequate way to attach to

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request docker#9309 from thaJeztah/vendor_containerd_1.6.2

vendor: github.com/containerd/containerd v1.6.2

v2.3.4

Toggle v2.3.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
use a temp directory to generate doc to be sure working tree is clean

Signed-off-by: Guillaume Lours <[email protected]>

v2.3.3

Toggle v2.3.3's commit message
docs: also generate "usage" in MarkDown files

Signed-off-by: Sebastiaan van Stijn <[email protected]>

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request docker#9246 from ndeloof/interactive

map --interactive to StdinOpen

v2.3.1

Toggle v2.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
don't failed when trying to stop or rm services with no containers ru…

…nning

Signed-off-by: Guillaume Lours <[email protected]>

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request docker#9229 from ulyssessouza/add-ti-run-exec

Add -i and -t to run and exec

v2.2.3

Toggle v2.2.3's commit message
Downgrade goterm to 1.0.1

This is to avoid a release error:
https://github.com/docker/compose/runs/4701103662?check_suite_focus=true

Signed-off-by: Ulysses Souza <[email protected]>

v2.2.2

Toggle v2.2.2's commit message
Merge and fix Convert function from `docker/compose-switch`

This also removes the vendoring of the repo
Note that it fixes the problem of double "compose" on calling
the compose plugin with "docker" root flags.
Like in "docker --context default compose version"

Signed-off-by: Ulysses Souza <[email protected]>

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request docker#8953 from ulyssessouza/test-multiargs

Add multiargs build e2e tests