Skip to content

oemunoz/docker-synergy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker for synergy

dockerhub

There is a new pay version at https://symless.com/synergy, that versions are uper 2.x.

Mouse And Keyboard Sharing

This is only the 1.6.2 version. You must to use a secure environment building your VPN, Firewall and etc.

Synergy is an open-source software that enables you to share a single mouse and keyboard with multiple other machines that are connected via a TCP/IP network. You can simply move your mouse off the edge of your main screen to enter the screen of a secondary computer to the left or right of you. While your mouse remains on the other PCs desktop you can control it with your main mouse and keyboard, and to return control to your main computer, simply move the mouse back. Synergy allows you to configure multiple computers, it needs to be installed on each of the computers to be controlled. The initial configuration can be a little confusing, and the docs are mostly aimed at technical users. Basically you have to tell the program what to do when the mouse passes the designated edge of your screen, and also how to get back on your main screen.

System Try

How to run this image

This include this configuration. (note the host name on the compose file.)

docker pull oems/docker-synergy
docker-compose up -d

System Try

or direct commnad with the line command:

docker run -ti --rm \
       -e "DISPLAY=$DISPLAY" \
       -e "QT_X11_NO_MITSHM=1" \
       -v /tmp/.X11-unix:/tmp/.X11-unix \
       synergy:0.0.1

How to build this image.

docker build -t "synergy:0.0.1" .

Remember to edit docker-compose file to point to "synergy:0.0.1".

FAQs and TODOs

  • This docker is part of the of the original developer TEAM or have a relation with original developers?

R: No this docker is not part of the original developers TEAM or have any relation with the original developers.

  • Why to build the release 1.6.2?

R: These release can copy and paste, some of the newer free release dont have this feacture.

  • Why dont use the pay version?

R: I have a lot of work with this tool, and the new versions cant enter on my workflow.

  • How is the experence running inside the docker?

Complete, even exceeded my initial expectations.

  • This work with bionic

Yes, I make this becose the upgrade from xenial to bionic.

  • TODO: Better documentation.
  • TODO: Maybe some pre-configs.

Powered by:

References:

About

Docker synergy to version 1.6.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages