Skip to content
Snippets Groups Projects
Commit d059ad1f authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: fix docker exec test

parent e4dead2e
No related branches found
No related tags found
No related merge requests found
...@@ -309,6 +309,7 @@ describe('util/exec/docker/index', () => { ...@@ -309,6 +309,7 @@ describe('util/exec/docker/index', () => {
GlobalConfig.set({ GlobalConfig.set({
dockerUser: 'some-user', dockerUser: 'some-user',
dockerCliOptions: '--memory=4g --cpus=".5"', dockerCliOptions: '--memory=4g --cpus=".5"',
dockerSidecarImage: 'ghcr.io/containerbase/sidecar',
}); });
const res = await generateDockerCommand(commands, preCommands, { const res = await generateDockerCommand(commands, preCommands, {
...dockerOptions, ...dockerOptions,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment