aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/docker/dockercontainerthread.cpp
Commit message (Expand)AuthorAgeFilesLines
* Docker: Wait until the container is actually started before returningThiemo van Engelen2025-05-121-1/+39
* Utils: Enhance Process::exitMessage()Christian Kandeler2025-04-171-3/+2
* Replace most expected_str by Utils::Resulthjk2025-04-111-5/+5
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-111-8/+8
* Docker: Move Container setup into its own threadMarcus Tillmanns2025-02-251-0/+147