Thankyou for the video. the docker image works perfectly fine. I wanted to access the Ubuntu Desktop from Apache guacamole and I am unable to connect it. Can you suggest me some solutions for troubleshooting
How can i add a virtual sound device? I need a solution to pipe the sound of the webbrowser to a Teamspeak 3 Client but Teamspeak didn't found any sound devices... Can you help me?
I am going to upload a video for another similar solution, which sound of web browser can be passed to local smoothly. It should be done soon. ruclips.net/video/ISunHDh7WyQ/видео.html
@@NetSec ok but i found another solution... i added the local sounddevice in my docker image via "--device /dev/snd" and install pulseaudio & pavucontrol Then i added a other User then Root and restart the pulseaudio service with the new user with the command "pulseaudio -D". After this i can start applications with the User like Teamspeak Client and a Browser and pipe the sound ;)
@@NetSec when I close them they dont give me options to change networking rules nor add new ports. Already tried to do so. P.S: I'm new into this DevOps stuff btw
Thankyou for the video. the docker image works perfectly fine. I wanted to access the Ubuntu Desktop from Apache guacamole and I am unable to connect it. Can you suggest me some solutions for troubleshooting
every time I restart the container its back to stock. All my setup settings are gone. How do I fix this?
I used your yml
version: '3.5'
services:
ubuntu-xfce-vnc:
container_name: xfce
image: imlala/ubuntu-xfce-vnc-novnc:latest
shm_size: "1gb"
ports:
- 5900:5900
- 6080:6080
environment:
- GEOMETRY=1280x720
- DEPTH=24
volumes:
- /Docker/UbuntuVNC/Downloads:/root/Downloads
- /Docker/UbuntuVNC/Documents:/root/Documents
- /Docker/UbuntuVNC/Pictures:/root/Pictures
- /Docker/UbuntuVNC/Videos:/root/Videos
- /Docker/UbuntuVNC/Music:/root/Music
restart: always
How can i add a virtual sound device?
I need a solution to pipe the sound of the webbrowser to a Teamspeak 3 Client but Teamspeak didn't found any sound devices...
Can you help me?
I am going to upload a video for another similar solution, which sound of web browser can be passed to local smoothly. It should be done soon. ruclips.net/video/ISunHDh7WyQ/видео.html
@@NetSec ok but i found another solution...
i added the local sounddevice in my docker image via "--device /dev/snd" and install pulseaudio & pavucontrol
Then i added a other User then Root and restart the pulseaudio service with the new user with the command "pulseaudio -D".
After this i can start applications with the User like Teamspeak Client and a Browser and pipe the sound ;)
Once the ubuntu is running ¿how do I map new ports without having to reinstall the image? Doing so makes me lose all the data on the container :,(
just stop the existing running container and create a new one with new port(s).
@@NetSec when I close them they dont give me options to change networking rules nor add new ports. Already tried to do so.
P.S: I'm new into this DevOps stuff btw