Skip to content

Commit

Permalink
udpate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
956237586 committed Sep 29, 2024
1 parent 174e65b commit 05858fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker run -d --name skykoma-workspace --hostname=ubuntu --shm-size=512m \
-p 6901:6901 \
-p 2222:22 \
-p 8887:8887 \
-v /data:/data
-v /data:/data \
$IMAGE
```
2. vnc server avaliable pm https://localhost:6901 with basic auth
Expand Down
2 changes: 1 addition & 1 deletion workspace-ubuntu/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ docker run --name skykoma-workspace --hostname=ubuntu --shm-size=512m \
-p 8887:8887 \
-p 2333:2333 \
-p 7171:7171 \
-v /data:/data
-v /data:/data \
$IMAGE
# TODO 分析 nvm 安装过程,做多阶段DockerFile缓存

0 comments on commit 05858fe

Please sign in to comment.