k-washi / cpp-env

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-env

Submodule

git submodule init
git submodule update

vscode extension install

./.devcontainer/vscode-extension-install.sh 

GUIの表示

参考: VNCでDockerコンテナ内のGUIデスクトップにアクセスしてみた

apt-get install locales-all
DEBIAN_FRONTEND=noninteractive apt install -y lxde
apt-get install tightvncserver
apt-get install -y novnc websockify

cp ~/.vnc/xstartup  ~/.vnc/xstartup
export DISPLAY=:1
vncserver :1 -geometry 800x600 -depth 24
websockify -D --web=/usr/share/novnc/ 18001 localhost:5901

About


Languages

Language:Shell 70.5%Language:C++ 20.1%Language:Dockerfile 9.4%