Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ class IBMPythonActionDB2Tests extends TestHelpers with WskTestHelpers with Befor
"docker",
"run",
"-d",
"--cap-add",
"IPC_LOCK",
"--cap-add",
"IPC_OWNER",
"-p",
"50000:50000",
"-e",
Expand All @@ -113,7 +117,6 @@ class IBMPythonActionDB2Tests extends TestHelpers with WskTestHelpers with Befor
"DB2INST1_PASSWORD=db2inst1-pwd",
"-e",
"LICENSE=accept",
"--privileged=true",
"--name",
db2containerName,
"ibmcom/db2")
Expand Down