From 4f5ad6a7af15a43e1469e994618e24c623177359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 18 Feb 2024 06:28:49 +0000 Subject: Add files via upload --- site/-dockervm.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 site/-dockervm.html (limited to 'site/-dockervm.html') diff --git a/site/-dockervm.html b/site/-dockervm.html new file mode 100644 index 0000000..ca1300e --- /dev/null +++ b/site/-dockervm.html @@ -0,0 +1,2 @@ +
docker run -it IMAGE_ID_HERE /bin/bash
docker start $(docker ps -a -q --filter "status=exited")
docker start -a -i 'docker ps -q -l'
docker images
docker ps -a
docker exec -it CONTAINER_ID_HERE /bin/bash
apt install xfce-desktop xorg -y
passwd
iptables -A INPUT -i docker0 -j ACCEPT
apt update && apt upgrade && apt install novnc x11vnc tigervnc-standalone-server dbus-x11 python-py python3-pip -y
user > pip install numpy
+user > pip3 install numpy
dbus-launch
vncserver
/usr/share/novnc/utils/novnc_proxy --listen 8081 --vnc localhost:5900
CONTAINER_IP:8081/vnc.html
echo $(hostname -I | cut -d\ -f1) $(hostname) | sudo tee -a /etc/hosts