Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KasmVNC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
docker
KasmVNC
Commits
ee7bfd83
Verified
Commit
ee7bfd83
authored
1 month ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Set MAC addr for matlab
parent
e4649e2c
Loading
Loading
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.env.sample
+2
-0
2 additions, 0 deletions
.env.sample
docker-compose.yml
+1
-0
1 addition, 0 deletions
docker-compose.yml
with
3 additions
and
0 deletions
.env.sample
+
2
−
0
View file @
ee7bfd83
...
...
@@ -6,6 +6,8 @@ HOST=kasmVNC.tetras-lab.io
PORT=3001
UID=1000
GID=1000
# If you want to deploy matlab, you will need to set this to to value of `docker inspect "$(echo $PWD | sed 's@.*/@@')_kasm_1" | grep Mac | grep -v '""'| head -n 1 | cut -d '"' -f 4` after the first boot of the container
MAC_ADDRESS=
# === Webtop specific variables === #
# https://docs.linuxserver.io/images/docker-webtop/#options-in-all-kasmvnc-based-gui-containers
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
0
View file @
ee7bfd83
...
...
@@ -9,6 +9,7 @@ services:
-
JAVA=${JAVA}
-
GFORTRAN=${GFORTRAN}
image
:
"
webtop-ubuntu-mate:anaconda-${ANACONDA}_QGIS-${QGIS}_JAVA-${JAVA}_GFORTRAN-${GFORTRAN}_SUDO-${SUDO}"
mac_address
:
${MAC_ADDRESS}
shm_size
:
'
1gb'
security_opt
:
-
seccomp:unconfined
#optional
...
...
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