From ac2d73a8675d1fffc547b32fc108035d86f60b5d 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:36:15 +0000 Subject: Delete site directory --- site/-dockervm.html | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 site/-dockervm.html (limited to 'site/-dockervm.html') diff --git a/site/-dockervm.html b/site/-dockervm.html deleted file mode 100644 index ca1300e..0000000 --- a/site/-dockervm.html +++ /dev/null @@ -1,2 +0,0 @@ -
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