My personal minimalistic Ubuntu Workspace that can be accessed via VNC.
Useful if
- your co-workers desktop is running Windows or Mac.
- you want to do Selenium testing with Sound.
Adds the following software
- PulseAudio
- Zsh + Oh My-zsh + powerline
- tmux
- vim
- network tools like ping, netstat, mtr,...
to the original selenium/standalone-firefox-debug
Make sure you have a working Docker and docker-compose environment.
# download project files
git clone https://github.com/phoen1x/selenium-workspace.git
cd selenium-workspace
# start docker container
docker-compose up -d
# Open your favorite VNC viewer
# https://www.realvnc.com/en/connect/download/viewer/
# host: 127.0.0.1
# port: 61622
# password: skylar
xdg-open 'vnc://:skylar@127.0.0.1:61622'
# stop docker container
docker-compose downYou should check
More information see