portable workstation, everywhere, every system.
docker-compose upthen open shell and set vnc password
docker exec -it arch-linux-vnc zsh
# set vnc password
vncpasswd
then
RESTART via docker-compose up -d
open realvnc-viewer , and type
localhost:1enter.
That's all.
Enjory!
copy apps to app forder, like
# macOS
cp -r /Users/terwer/Documents/share/portable-linux-sync/app ./arch-linux-vnc
# windows
cp -r /mnt/c/share/同步空间/portable-linux-sync/app ./arch-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
java -version
node -v
npm -v
yarn -vcopy workspace files to workspace forder, like
# macOS
cp -r /Users/terwer/Documents/share/portable-linux-sync/workspace ./arch-linux-vnc
# windows
cp -r /mnt/c/share/同步空间/portable-linux-sync/workspace ./arch-linux-vnc
then visit then via
/app
/workspace
change file config/my_config.sh, then RESTART project via docker-compose up -d,that's all.