docker: custom colima cfg on install

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-02-27 09:59:45 +01:00
parent 4d66b2fa08
commit 3ec6f00f46
6 changed files with 282 additions and 30 deletions

View File

@@ -26,7 +26,7 @@ describe('install', () => {
await expect((async () => {
const install = new Install();
const toolPath = await install.download(version);
await install.install(toolPath);
await install.install(toolPath, version);
await Docker.printVersion();
await Docker.printInfo();
})()).resolves.not.toThrow();