Commit Graph

10 Commits

Author SHA1 Message Date
Ayaz Salikhov
834b6c7e03 Error logs on error/warn in logs 2025-03-25 09:39:02 +00:00
Ayaz Salikhov
de998c41eb Log errors on docker run/exec failure 2025-03-25 08:46:26 +00:00
Ayaz Salikhov
bc3baf8ad8 Improve logs around running docker (#2261) 2025-03-23 11:09:53 +00:00
Ayaz Salikhov
23c6f42a6f Remove container directly in run_and_wait 2025-03-22 17:47:45 +00:00
Ayaz Salikhov
f47292edc0 Use tty for running docker commands by default (#2260)
* Use tty for running docker commands by default

* Add comment about using tty=False

* Remove unrelated part
2025-03-22 17:46:38 +00:00
Ayaz Salikhov
f0ef7e30b2 Use simpler API to get health of container 2025-03-21 10:11:19 +00:00
Ayaz Salikhov
dcd1c457d3 Refactor TrackedContainer run_detached/exec_cmd functions (#2256)
* Refactor TrackedContainer run_detached/exec_cmd functions

* Add get_logs() method

* Small fixes

* Make get_health() a method

* Remove kwargs, always print output

* Small fixes
2025-03-21 10:05:00 +00:00
Ayaz Salikhov
4ee4f2b906 Remove explicit utf-8 from decode() as it's default (#2237) 2025-02-22 14:15:53 +00:00
Ayaz Salikhov
18e09a7872 Clarify container.remove() behaviour (#2235) 2025-02-22 00:46:48 +00:00
Ayaz Salikhov
165bbc1e71 Better tests directory structure (#2231) 2025-02-21 17:46:43 +00:00