-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Comparing changes
Open a pull request
base repository: docker/compose
base: 8d815ff
head repository: docker/compose
compare: 41b3967
- 17 commits
- 35 files changed
- 6 contributors
Commits on Apr 4, 2022
-
Fix search/replace typo in --no-TTY documentation
Commit abbba74 looks to have accidentally replaced `pseudo-tty` with `pseudo-noTty` in several places. In other places, it looks like it replaced `pseudo-tty` with `pseudo-TTY`, so I used the uppercased version in these places as well. For example, running version 2.3.3, I get this output: ``` % docker-compose run --help ... Options: ... -T, --no-TTY Disable pseudo-noTty allocation. By default docker compose run allocates a TTY ... ``` Signed-off-by: Eric Freese <ericdfreese@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d871cb9 - Browse repository at this point
Copy the full SHA d871cb9View commit details
Commits on Apr 5, 2022
-
use project instead of DownOptions.project to list service images in …
…pkg.compose.down Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 7fea9f7 - Browse repository at this point
Copy the full SHA 7fea9f7View commit details
Commits on Apr 7, 2022
-
use project we just created to start services
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for db69856 - Browse repository at this point
Copy the full SHA db69856View commit details
Commits on Apr 8, 2022
-
include services declared by
linksas implicit dependenciesSigned-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e766352 - Browse repository at this point
Copy the full SHA e766352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500555b - Browse repository at this point
Copy the full SHA 500555bView commit details
Commits on Apr 11, 2022
-
Merge pull request #9368 from ndeloof/links_dependencies
include services declared by `links` as implicit dependencies
Configuration menu - View commit details
-
Copy full SHA for 03aadcc - Browse repository at this point
Copy the full SHA 03aadccView commit details
Commits on Apr 12, 2022
-
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 625a48d - Browse repository at this point
Copy the full SHA 625a48dView commit details -
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 672e236 - Browse repository at this point
Copy the full SHA 672e236View commit details
Commits on Apr 13, 2022
-
project name MUST be lowercase
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9668f60 - Browse repository at this point
Copy the full SHA 9668f60View commit details -
Merge pull request #9385 from ndeloof/lowercase_project_name
project name MUST be lowercase
Configuration menu - View commit details
-
Copy full SHA for a32fdff - Browse repository at this point
Copy the full SHA a32fdffView commit details -
when using
bindAPI, use compose-go to (re)build volume stringSigned-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e016874 - Browse repository at this point
Copy the full SHA e016874View commit details -
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0dffd5b - Browse repository at this point
Copy the full SHA 0dffd5bView commit details
Commits on Apr 14, 2022
-
create also a checksums.txt file, add --binary
create also a checksums.txt file and switch shasum to --binary, to Fix problems with the verification on different OS systems fixes #9388 Signed-off-by: MaxPeal <30347730+MaxPeal@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5d809a2 - Browse repository at this point
Copy the full SHA 5d809a2View commit details -
Signed-off-by: Sneha Kanekar1 <sneha.kanekar1@ibm.com>
Sneha Kanekar1 committedApr 14, 2022 Configuration menu - View commit details
-
Copy full SHA for e028636 - Browse repository at this point
Copy the full SHA e028636View commit details -
Merge pull request #9392 from snehakpersistent/ppc-support
add support for ppc64le for docker compose
Configuration menu - View commit details
-
Copy full SHA for 14ca112 - Browse repository at this point
Copy the full SHA 14ca112View commit details
Commits on Apr 21, 2022
-
inspect image ID after pull to se com.docker.compose.image
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 00fd1c1 - Browse repository at this point
Copy the full SHA 00fd1c1View commit details
Commits on Apr 24, 2022
-
Signed-off-by: Eric Fan <ericfan@qnap.com>
Configuration menu - View commit details
-
Copy full SHA for 41b3967 - Browse repository at this point
Copy the full SHA 41b3967View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8d815ff...41b3967