Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
groups
projects
manifests
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Roger
Sdkmanager Setup Version
Commits
f526ba76
Commit
f526ba76
authored
6 months ago
by
Roger Shimizu
Browse files
Options
Download
Email Patches
Plain Diff
temp
parent
78b48072
temp
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
turbox-sdkmanager-setup.sh
+9
-0
turbox-sdkmanager-setup.sh
with
9 additions
and
0 deletions
+9
-0
turbox-sdkmanager-setup.sh
+
9
-
0
View file @
f526ba76
...
...
@@ -190,6 +190,15 @@ docker_run() {
"
[
"
$os_ver
"
!=
"22.04"
]
&&
VOL+
=
"--privileged"
if
[
"
$USER
"
!=
"rosh"
]
;
then
VOL+
=
"
\
-v /home/workspace/
${
USER
}
:/home/turbox/workspace/sourcecode
\
"
else
VOL+
=
"
\
-v /home/workspace/
${
USER
}
:/home/turbox/workspace/sourcecode2
\
"
fi
echo
"sudo docker run --name
${
container_name_base
}
_
$1_
${
uid
}
-it -d
$VOL
--group-add
$gid
$repository
:
$1
/bin/bash"
sudo
docker run
--name
${
container_name_base
}
_
$1_
${
uid
}
-it
-d
$VOL
--group-add
$gid
$repository
:
$1
/bin/bash
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets