Commit History

Author SHA1 Message Date
  Ulysses Souza cef7a2d4ce Refactor ProjectName 5 years ago
  Nicolas De Loof b560f0cbe9 Added a diagnostic log for region mismtach 5 years ago
  Guillaume Tardif 4dd8931d0d Merge pull request #1091 from docker/dotEnv 5 years ago
  Nicolas De Loof daacc872c1 Add support for .env file when loading compose files 5 years ago
  Guillaume Tardif 06a1e2d39f Merge pull request #1081 from chris-crone/go-1.15.6 5 years ago
  Guillaume Tardif 4e011cc8f4 Merge pull request #1082 from chris-crone/bump-lint-ci 5 years ago
  Guillaume Tardif d6ea52a73e Merge pull request #1083 from chris-crone/maintainers 5 years ago
  Chris Crone 0fb9b75b9d maintainers: Fix typo 5 years ago
  Chris Crone e81ea5b3e5 deps: Bump Golang 5 years ago
  Chris Crone fd187426e5 ci: Bump linter 5 years ago
  Guillaume Tardif b2b9ce0a53 Merge pull request #1003 from aiordache/compose_run_cmd 5 years ago
  Guillaume Tardif 3714ab7d41 Attaching container logs 5 years ago
  Guillaume Tardif db73c928f3 Ensure image exist for run service 5 years ago
  Guillaume Tardif dc211b178a Fixed race when down with multiple containers for one service 5 years ago
  Guillaume Tardif 32d5644937 Pass reader Writer as options to backend, remove hardcoded os.Stdout 5 years ago
  Guillaume Tardif bad0d41d90 Auto-remove using container config 5 years ago
  Guillaume Tardif d2cfffafb4 Attach to container using compose attach 5 years ago
  Guillaume Tardif 76f36a69c6 Reusing existing Create() and Start() API 5 years ago
  Guillaume Tardif 27dc2e5be1 Reuse Create(Project) and Start(Project) 5 years ago
  Guillaume Tardif 1e6c4263cb Also test running bash commands with `run /bin/sh -c …`, better test on slug label 5 years ago
  Guillaume Tardif 8eb9733914 No need to support service `container_name` in this PR, will do separately, minor cleanup 5 years ago
  Guillaume Tardif 8259604074 Simplify command setup 5 years ago
  Guillaume Tardif 0e319ae65a Slightly better tests 5 years ago
  Guillaume Tardif d127cac6d4 Ensure images exist before starting progress display for network / volumes, otherwise progress display is all mixed up 5 years ago
  Guillaume Tardif 53ee1418af Do not change root flags for all commands 5 years ago
  Guillaume Tardif 7bed2343e6 Remove not implemented options 5 years ago
  Guillaume Tardif b289138ca9 No need to filter services again in backend, filter is done by cli command. Added e2e test, labels one-off and slug 5 years ago
  Guillaume Tardif 370781e95e Support option —workingdir, -f, no need to check backend support, unimplemented error is returned by backbends. 5 years ago
  Guillaume Tardif 215f50166a Remove comment 5 years ago
  aiordache 412385c495 Add `compose run` command 5 years ago