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
6381a68a
Commit
6381a68a
authored
4 years ago
by
Felix Häberle
Browse files
Options
Downloads
Patches
Plain Diff
fix syntax error in switch case
parent
0083bd34
No related branches found
Branches containing commit
Tags
feat-mac-002
Tags containing commit
1 merge request
!1
Feature/macos
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup/scripts/l3d
+1
-0
1 addition, 0 deletions
setup/scripts/l3d
with
1 addition
and
0 deletions
setup/scripts/l3d
+
1
−
0
View file @
6381a68a
...
@@ -45,6 +45,7 @@ if [[ ! -n ${ID} ]]; then
...
@@ -45,6 +45,7 @@ if [[ ! -n ${ID} ]]; then
--volume
${
SCRIPTPATH
}
:/setup
\
--volume
${
SCRIPTPATH
}
:/setup
\
--volume
${
HOME
}
/.traefik:/root/.traefik
\
--volume
${
HOME
}
/.traefik:/root/.traefik
\
registry.lakedrops.com/docker/l3d/run:
'{{ version }}'
registry.lakedrops.com/docker/l3d/run:
'{{ version }}'
;;
*
)
*
)
docker run
--name
=
l3drun
-dt
--rm
\
docker run
--name
=
l3drun
-dt
--rm
\
--env
SCRIPTPATH
=
${
SCRIPTPATH
}
\
--env
SCRIPTPATH
=
${
SCRIPTPATH
}
\
...
...
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