Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LakeDropsDrupalDev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
LakeDropsDrupalDev
Commits
1369f18a
Commit
1369f18a
authored
3 years ago
by
jurgenhaas
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/v2.3.2'
parents
adad28da
73cd9781
No related branches found
Branches containing commit
Tags
v2.3.2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
run/scripts/dir
+5
-0
5 additions, 0 deletions
run/scripts/dir
run/scripts/help
+1
-1
1 addition, 1 deletion
run/scripts/help
run/scripts/start
+1
-0
1 addition, 0 deletions
run/scripts/start
with
7 additions
and
1 deletion
run/scripts/dir
0 → 100755
+
5
−
0
View file @
1369f18a
#!/bin/bash
if
[[
-n
$1
]]
;
then
docker inspect
${
1
}
_l3d | jq
-r
.[0].Config.Env |
grep
L3DHOSTDIR |
cut
-d
'='
-f
2 |
cut
-d
'"'
-f
1
fi
This diff is collapsed.
Click to expand it.
run/scripts/help
+
1
−
1
View file @
1369f18a
...
...
@@ -6,5 +6,5 @@ echo ""
echo
"Version:
${
L3DVERSION
}
"
echo
"Support: https://gitlab.lakedrops.com/docker/l3d"
echo
""
echo
"Usage: l3d [ help | version | selfupdate [VERSION] | update | reset | PROJECTNAME | delete PROJECTNAME ] | list | info | . "
echo
"Usage: l3d [ help | version | selfupdate [VERSION] | update | reset | PROJECTNAME | delete PROJECTNAME ] | list | info |
dir |
. "
echo
""
This diff is collapsed.
Click to expand it.
run/scripts/start
+
1
−
0
View file @
1369f18a
...
...
@@ -51,6 +51,7 @@ function startContainer() {
fi
if
[[
"
$mode
"
!=
"REGULAR"
]]
;
then
start_params
=(
--env
L3DHOSTDIR
=
${
WORKDIR
}
--env
L3DVERSION
=
${
L3DVERSION
}
--env
L3DSHELL
=
${
L3DSHELL
}
--env
L3D_ALWAYS_CLEANUP
=
${
L3D_ALWAYS_CLEANUP
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment