Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 772 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 772 Bytes

docker-teamviewer

TeamViewer: the TeamViewer docker container.

Build

To create the image bbinet/teamviewer, execute the following command in the docker-teamviewer folder:

docker build -t bbinet/teamviewer .

You can now push the new image to the public registry:

docker push bbinet/teamviewer

Run

Then, when starting your teamviewer container, you will want to share the X11 socket file as a volume so that the TeamViewer windows can be displayed on your Xorg server. You may also need to run command xhost + on the host.

$ docker pull bbinet/teamviewer

$ docker run -it --name teamviewer \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    bbinet/teamviewer