Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
inkluster-dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
48d0fd84
authored
2025-01-22 11:22:57 -0600
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Pass extra command line args through to the image.
1 parent
791f0913
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wrapper.sh
wrapper.sh
View file @
48d0fd8
...
...
@@ -62,4 +62,4 @@ if [[ $INKLUSTER_VOLUME_NAME ]]; then
docker_args+
=(
-v
"inkluster-
$INKLUSTER_VOLUME_NAME
"
:/run
)
fi
docker run
"
${
docker_args
[@]
}
"
"
$INKLUSTER_IMAGE
"
docker run
"
${
docker_args
[@]
}
"
"
$INKLUSTER_IMAGE
"
"
$@
"
...
...
Please
register
or
sign in
to post a comment