- install gnu linux for host os ex= debian stable
- install docker in host os
sudo apt install docker* docker-compose*
- pull docker gnu linux os for docker linux os ex= kali linux rolling
sudo docker pull kalilinux/kali-rolling
- make audio fix (pulse audio fix) before start the dcoker image
- create file named pulseaudio.socket in /home/user/pulse
- in that file write this text and save
default-server = unix://home/user/pulse/pulseaudio.socket
# Prevent a server running in the container
autospawn = no
daemon-binary = /bin/true
# Prevent the use of shared memory
enable-shm = false
Share socket and config file with docker and set environment variables PULSE_SERVER and PULSE_COOKIE. Container user must be same as on host:
- run this comman in terminal
pactl load-module module-native-protocol-unix socket=/home/user/pulse/pulseaudio.socket
- check the docker image that we pull
sudo docker images
- run the docker image with
docker run -ti --device=/dev/dri:/dev/dri \
--privileged --cap-add=ALL --device /dev/snd \
--volume /dev:/dev -v /dev:/dev --group-add audio \
-v /var/run/docker.sock:/host/var/run/doc -v /:/media/prime \
--env PULSE_SERVER=unix:/home/user/pulse/pulseaudio.socket \
--env PULSE_COOKIE=/home/user/pulse/pulseaudio.cookie \
--volume /home/user/pulse/pulseaudio.socket:/home/user/pulse/pulseaudio.socket \
--volume /home/user/pulse/pulseaudio.client.conf --publish=0.0.0.0:3351:3351 \
--publish=0.0.0.0:51:51 --group-add video --volume="/tmp/.X11-unix:/tmp/.X11-unix" \
--env="DISPLAY" -e XAUTHORITY=/root/.Xauthority \
--name dockerfullos-001 imageid
- and the kali linux docker bash terminal with appears
- install apps that we need
apt update
apt full-upgrade -y
apt install nano pulseaudio* neofetch vlc* smplayer* wget uget \
cairo-dock* alsa-utils* network-manager net-tools* \
cairo-dock-plug-ins* dbus dbus-x11 thunar* chromium* \
rofi* terminator* sudo kate* kwrite* geany* geany-plugin-addons* \
aptitude* qt5-style-kvantum-themes qt5-style-kvantum-l10n \
qt5-style-kvantum libreoffice krita* gimp* kdenlive* handbrake* yt-dlp* \
isomaster* k3b* apt-utils* git htop* compiz* compiz-boxmenu* compiz-plugins* \
compizconfig-settings-manager* emerald* emerald-themes* fusion-icon* simple-ccsm* \
usbutils* lxqt* bleachbit* nmap* xrpd* openssh-server openssh-client -y
# for intel gpu
dpkg --add-architecture i386 && sudo apt update
apt install libvulkan1 libvulkan1:i386 mesa-vulkan-drivers mesa-vulkan-drivers:i386 vulkan-tools* -y
apt install wine64 lutris*
# add root password
passwd
# add user
adduser username
usermod -aG sudo username
- to save the container into image
- open new terminal
- check the container id
sudo docker ps -a
- save the container into docker image
sudo docker container commit --pause=false id-container nama-image:label
# example
sudo docker container commit --pause=false c092aa5afec0 kali-linux:kali-linux-docker-full-os
it is very complex steps and needs long time :), so please make official full os for us .thanks :)
because docker full os kali linux rolling (debian testing) have newer mesa driver than debian stable , so it make game in docker full os better. the step are :
- run the ali-linux-docker-full-os
sudo docker run -ti --device=/dev/dri:/dev/dri \
--privileged --cap-add=ALL --device /dev/snd \
--volume /dev:/dev -v /dev:/dev --group-add audio \
-v /var/run/docker.sock:/host/var/run/doc -v /:/media/prime \
--env PULSE_SERVER=unix:/home/user/pulse/pulseaudio.socket \
--env PULSE_COOKIE=/home/user/pulse/pulseaudio.cookie \
--volume /home/user/pulse/pulseaudio.socket:/home/user/pulse/pulseaudio.socket \
--volume /home/user/pulse/pulseaudio.client.conf --publish=0.0.0.0:3351:3351 \
--publish=0.0.0.0:51:51 --group-add video --volume="/tmp/.X11-unix:/tmp/.X11-unix" \
--env="DISPLAY" -e XAUTHORITY=/root/.Xauthority \
--name dockerfullos-001 imageid
tipe lutris
- lutris will run in host os
- setting the lutris and play the game :)
because docker full os is a native os like chroot so it has a native performance like the host, how to do it ?, it very imple
# run the immage
sudo docker run -ti --device=/dev/dri:/dev/dri \
--privileged --cap-add=ALL --device /dev/snd \
--volume /dev:/dev -v /dev:/dev --group-add audio \
-v /var/run/docker.sock:/host/var/run/doc -v /:/media/prime \
--env PULSE_SERVER=unix:/home/user/pulse/pulseaudio.socket \
--env PULSE_COOKIE=/home/user/pulse/pulseaudio.cookie \
--volume /home/user/pulse/pulseaudio.socket:/home/user/pulse/pulseaudio.socket \
--volume /home/user/pulse/pulseaudio.client.conf --publish=0.0.0.0:3351:3351 \
--publish=0.0.0.0:51:51 --group-add video --volume="/tmp/.X11-unix:/tmp/.X11-unix" \
--env="DISPLAY" -e XAUTHORITY=/root/.Xauthority \
--name dockerfullos-001 imageid
we can use rofi or cairo-dock to lunch the docker full os apps
- using rofi
- type rofi --show run
- select the apps ex =vlc
- vlc docker full os apps with run directly from the host os
- play some movies / videos / audio with that vlc :)
- using cairo-dock
- type cairo-dock
- cairo-dcok will launch to host os
- launch docker full os apps fro cairo-dock menu :)
how to do it
- run the docker image
sudo docker run -ti --device=/dev/dri:/dev/dri \
--privileged --cap-add=ALL --device /dev/snd \
--volume /dev:/dev -v /dev:/dev --group-add audio \
-v /var/run/docker.sock:/host/var/run/doc -v /:/media/prime \
--env PULSE_SERVER=unix:/home/user/pulse/pulseaudio.socket \
--env PULSE_COOKIE=/home/user/pulse/pulseaudio.cookie \
--volume /home/user/pulse/pulseaudio.socket:/home/user/pulse/pulseaudio.socket \
--volume /home/user/pulse/pulseaudio.client.conf --publish=0.0.0.0:3351:3351 \
--publish=0.0.0.0:51:51 --group-add video --volume="/tmp/.X11-unix:/tmp/.X11-unix" \
--env="DISPLAY" -e XAUTHORITY=/root/.Xauthority \
--name dockerfullos-001 imageid
- edit the xrpd config in that docker full os
nano /etc/xrdp/xrdp.ini
# change to port to the open port 3351
# it will make the xrdp ip 127.0.0.1:3351
# restart xrdp server
service xrdp restart
# start pulse audio
pulseaudo --start
- install kdrc (rdp client) in host os
- conect the xrdp using kdrc with the xrpd ip
# kdc setting
screen setting = 1024x800
audio = in this computer --- pulse audio
32bit color :)
- enjoy :) we can use docker full os with full gui in krdc :)
how to do it ?, it very easy
- run the docker image, we can run multiple docker full image in single server
- terminal 1
sudo docker run -ti --device=/dev/dri:/dev/dri \
--privileged --cap-add=ALL --device /dev/snd \
--volume /dev:/dev -v /dev:/dev --group-add audio \
-v /var/run/docker.sock:/host/var/run/doc -v /:/media/prime \
--env PULSE_SERVER=unix:/home/user/pulse/pulseaudio.socket \
--env PULSE_COOKIE=/home/user/pulse/pulseaudio.cookie \
--volume /home/user/pulse/pulseaudio.socket:/home/user/pulse/pulseaudio.socket \
--volume /home/user/pulse/pulseaudio.client.conf --publish=0.0.0.0:3351:3351 \
--publish=0.0.0.0:51:51 --group-add video --volume="/tmp/.X11-unix:/tmp/.X11-unix" \
--env="DISPLAY" -e XAUTHORITY=/root/.Xauthority \
--name dockerfullos-001 imageid
# change xrdp and ssh port accordingly :)
# how to change ssh port
nano /etc/ssh/sshd_config
# change the port to 51
- terminal 2
sudo docker run -ti --device=/dev/dri:/dev/dri \
--privileged --cap-add=ALL --device /dev/snd \
--volume /dev:/dev -v /dev:/dev --group-add audio \
-v /var/run/docker.sock:/host/var/run/doc -v /:/media/prime \
--env PULSE_SERVER=unix:/home/user/pulse/pulseaudio.socket \
--env PULSE_COOKIE=/home/user/pulse/pulseaudio.cookie \
--volume /home/user/pulse/pulseaudio.socket:/home/user/pulse/pulseaudio.socket \
--volume /home/user/pulse/pulseaudio.client.conf --publish=0.0.0.0:3352:3352 \
--publish=0.0.0.0:52:52 --group-add video --volume="/tmp/.X11-unix:/tmp/.X11-unix" \
--env="DISPLAY" -e XAUTHORITY=/root/.Xauthority \
--name dockerfullos-002 imageid
# change xrdp and ssh port accordingly :)
- terminal 3
sudo docker run -ti --device=/dev/dri:/dev/dri \
--privileged --cap-add=ALL --device /dev/snd \
--volume /dev:/dev -v /dev:/dev --group-add audio \
-v /var/run/docker.sock:/host/var/run/doc -v /:/media/prime \
--env PULSE_SERVER=unix:/home/user/pulse/pulseaudio.socket \
--env PULSE_COOKIE=/home/user/pulse/pulseaudio.cookie \
--volume /home/user/pulse/pulseaudio.socket:/home/user/pulse/pulseaudio.socket \
--volume /home/user/pulse/pulseaudio.client.conf --publish=0.0.0.0:3353:3353 \
--publish=0.0.0.0:53:53 --group-add video --volume="/tmp/.X11-unix:/tmp/.X11-unix" \
--env="DISPLAY" -e XAUTHORITY=/root/.Xauthority \
--name dockerfullos-002 imageid
# change xrdp and ssh port accordingly :)
we can acces it from the ost os with ip localhost:xrdp post (127.0.0.1:3351) with kdrc client :), we can also accest in from diffierent gnu linux computer in the same lan / wifi local network with the ip from host os that give by the router explampe 192.168.43.1 etc and xrdp port :) with kdrc
dockerfullos-001 = 192.168.43.1:3351
dockerfullos-002 = 192.168.43.1:3352
dockerfullos-003 = 192.168.43.1:3353
dockerfullos-001 = 192.168.43.1:51
dockerfullos-002 = 192.168.43.1:52
dockerfullos-003 = 192.168.43.1:53
enjoy the docker full os for cloud computing :), all the apps fro docker full os will run natively in kdrc in the client compuputer :), for gaming we can use emulator (ps1, ps2, psp, mame etc) , steam , lutris, wine etc :)
wine / lutris sometime will error in docker full os, how to fix it
- open lutris
- setting the game with lutris
- in the game menu , select wine regristry
- edit the hcu -------> wine
- add key X11 DRIVER
- add string "UseXVidMode"="N"
- add string UseXVidMode -------> edit the VALUE to N
- add string "UseXRandR"="N"
- add string UseXRandR -------> edit the VALUE to N
- close wine
thanks :)
This text use creative common license