https://github.com/terwer/portable-rockey-linux-8-workstation
A portable vncserver bundled rockey linux 8 workstation via docker
https://github.com/terwer/portable-rockey-linux-8-workstation
docker linux portable rocky-linux rocky8 vnc vnc-server
Last synced: 29 days ago
JSON representation
A portable vncserver bundled rockey linux 8 workstation via docker
- Host: GitHub
- URL: https://github.com/terwer/portable-rockey-linux-8-workstation
- Owner: terwer
- Created: 2022-05-19T12:32:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T07:11:20.000Z (about 4 years ago)
- Last Synced: 2025-05-13T16:53:30.612Z (about 1 year ago)
- Topics: docker, linux, portable, rocky-linux, rocky8, vnc, vnc-server
- Language: Dockerfile
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# portable-rockey-linux-8-workstation
```bash
docker-compose up -d
```
then,all of your workspace is ready now!
# some useful setting
`~/.vnc/xstartup` setting to connect via vnc
```
# xrdb $HOME/.Xresources
startxfce4 &
```
# how to connect xfce4 desktop via vnc
open `realvnc-viewer` , and type
```bash
localhost:1
```
enter.
That's all.
Enjory!
# how to Recover apps and workstation
copy apps to app forder, like
```
# macOS
cp -r /Users/terwer/Documents/share/portable-linux-sync/app ./rocky-linux-vnc
# windows
cp -r /mnt/c/share/同步空间/portable-linux-sync/app ./rocky-linux-vnc
# then
cd /app
./install_all.sh
./set_env_all.sh
```
after that, `jdk` , `node` , `yarn` all are ok.also, `tomcat7` , `tomcat8` , `idea2021` , `idea2022` all are here.
test
```bash
java -version
node -v
npm -v
yarn -v
```
copy workspace files to workspace forder, like
```
# macOS
cp -r /Users/terwer/Documents/share/portable-linux-sync/workspace ./rocky-linux-vnc
# windows
cp -r /mnt/c/share/同步空间/portable-linux-sync/workspace ./rocky-linux-vnc
```
then visit then via
```
/app
/workspace
```
# how to set env
change file `config/my_config.sh`, then RESTART project via `docker-compose up -d`,that's all.