Skip to content

Minimalistic Docker Workspace - Access Ubuntu via VNC

Notifications You must be signed in to change notification settings

phoen1x/selenium-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium-workspace

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

Quick Start

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 down

Sound in Docker

You should check

More information see

About

Minimalistic Docker Workspace - Access Ubuntu via VNC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published