Daniel Nephin
|
3a63a0815d
Merge pull request #3158 from aanand/windows-install-docs
|
9 years ago |
Aanand Prasad
|
50fe014ba9
Remove hardcoded host from Engine install URLs
|
9 years ago |
Aanand Prasad
|
10dfd54ebe
Update install page with link to Windows Toolbox install instructions
|
9 years ago |
Aanand Prasad
|
72ed4d3f97
Merge pull request #3152 from aanand/update-mac-install-url
|
9 years ago |
Joffrey F
|
312d764c9c
Merge pull request #3156 from graingert/fix-type-error-in-exc-handling
|
9 years ago |
Daniel Nephin
|
b2b58402b3
Merge pull request #3154 from aanand/move-ip-docs-to-reference
|
9 years ago |
Thomas Grainger
|
20bf05a6e3
Fix TypeError in Exception handling
|
9 years ago |
Aanand Prasad
|
7424938fc8
Move ipv4_address/ipv6_address docs to reference section
|
9 years ago |
Aanand Prasad
|
92d69b0cb6
Update Mac Engine install URL in error message
|
9 years ago |
Aanand Prasad
|
371ea479f5
Merge pull request #3075 from dnephin/reactive_logs
|
9 years ago |
Aanand Prasad
|
abddabfb0a
Merge pull request #3135 from dnephin/fix_down_idempotency
|
9 years ago |
Joffrey F
|
dd40331b44
Merge pull request #3102 from shin-/1477-a-modest-proposal
|
9 years ago |
Aanand Prasad
|
1696506ff4
Merge pull request #3136 from dnephin/add_workdir_to_run
|
9 years ago |
Joffrey F
|
20c29f7e47
Add flag to up/down to remove orphaned containers
|
9 years ago |
Daniel Nephin
|
52b791a264
Split off build_container_options() to reduce the complexity of run
|
9 years ago |
Simon van der Veldt
|
658803edf8
Add -w or --workdir to compose run to override workdir from commandline
|
9 years ago |
Daniel Nephin
|
bf96edfe11
Reduce the args of some functions by including presenters as part of the thread_args.
|
9 years ago |
Daniel Nephin
|
e5529a89e1
Make down idempotent, continue to remove resources if one is missing.
|
9 years ago |
Daniel Nephin
|
e8a93821d4
Fix race condition where a container stopping and starting again would cause logs to miss logs.
|
9 years ago |
Daniel Nephin
|
8d9adc0902
Fix flaky log test by using container status, instead of boolean state.
|
9 years ago |
Daniel Nephin
|
3f7e5bf768
Filter logs by service names.
|
9 years ago |
Daniel Nephin
|
48ed68eeaa
Fix geneartors for python3.
|
9 years ago |
Daniel Nephin
|
4312c93eae
Add an acceptance test to show logs behaves properly for stopped containers.
|
9 years ago |
Daniel Nephin
|
4cad2a0c5f
Handle events for removed containers.
|
9 years ago |
Daniel Nephin
|
44c1747127
Add tests for reactive log printing.
|
9 years ago |
Daniel Nephin
|
65797558f8
Refactor log printing to support containers that are started later.
|
9 years ago |
Aanand Prasad
|
94b1862579
Merge pull request #2679 from IlyaSkriblovsky/dependency-ordered-start-stop
|
9 years ago |
Ilya Skriblovsky
|
34de1f0a4c
Removed unused parallel.parallel_stop
|
9 years ago |
Ilya Skriblovsky
|
5df774bd10
Fixed testing error handling by `up`
|
9 years ago |
Ilya Skriblovsky
|
f933381a12
Dependency-ordered start/stop/up
|
9 years ago |