Skip to content

Commit

Permalink
hstream-io: add extra-docker-args for checkCmd (#1831)
Browse files Browse the repository at this point in the history
  • Loading branch information
daleiz authored Aug 15, 2024
1 parent 192685e commit fe0f8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hstream-io/HStream/IO/IOTask.hs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ checkIOTask IOTask{..} = do
" --network=", T.unpack tcNetwork,
" --name ", T.unpack ("IO_CHECK_" <> taskId),
" -v " , taskPath, ":/data",
" " , T.unpack . optExtraDockerArgs $ ioOptions,
" " , T.unpack tcImage,
" check",
" --config /data/config.json",
Expand Down

0 comments on commit fe0f8f5

Please sign in to comment.