Sashi cli and rootless dockerd fixes (#122)

* Fixed sashi cli create json construction issue
* Properly applied rootless slirp4netns port driver.
* Added dockerd max-concurrent-downloads.
* Changed some debug logs to info.
This commit is contained in:
Ravin Perera
2022-04-23 13:14:05 +05:30
committed by GitHub
parent f7a374c004
commit 3daa1126f6
5 changed files with 19 additions and 7 deletions

View File

@@ -451,7 +451,7 @@ namespace util
{
if (output.back() == '\n')
output.pop_back();
LOG_DEBUG << output;
LOG_INFO << output;
}
}