GithubHelp home page GithubHelp logo

robertdigital / docker-virtualhere Goto Github PK

View Code? Open in Web Editor NEW

This project forked from moritzfl/docker-virtualhere

0.0 1.0 0.0 12 KB

Auto-Updating Docker image based on ubuntu:16.04 running VirtualHere

Home Page: https://hub.docker.com/r/moritzf/virtualhere/

License: MIT License

Shell 81.37% Dockerfile 18.63%

docker-virtualhere's Introduction

docker-virtualhere

Info: This container was tested on and was developed for Linux hosts only! You might be able to convince other hosts to work as well but you are entering uncharted waters on your own risk ;) ...

automated build pulls

VirtualHere is a piece of software that allows you to share USB-devices (Scanner, Printer, Mouse, Keyboard etc.) over the network.

VirtualHere itself is not included in the docker-image directly but rather gets downloaded from the authors website upon the first start of the container. It should also auto-update on every restart.

For VirtualHere to work correctly you have to ensure that you run the container with access to your hosts USB-devices. This can for example be achieved by running in privileged mode (--privileged).

While the default port 7575 is exposed per default with this image, the usual Auto-Discovery based on Bonjour will not work unless you run the container on the host network. You can however enter the IP and port in the Client manually if you choose not to do so.

Map the /data folder of this container to a folder on your host to get access to the config.ini file that allows you to enter your license information, change different parameters, choose which usb-devices to share etc.

To run on host network use:

$ docker run -d -v /host/directory:/data --network=host --privileged --name moritzf-virtualhere moritzf/virtualhere:latest

Otherwise use:

$ docker run -d -v /host/directory:/data -p 7575:7575 --privileged --name moritzf-virtualhere moritzf/virtualhere:latest

(Replace "/host/directory" with a valid directory on your host machine)

The trial-license allows you to share one usb-device. For multiple devices and more advanced features (such as traffic-encryption, user-authentication etc.), you will have to purchase a license from the author of VirtualHere. Always support a developers hard work if you think it is worth it!

docker-virtualhere's People

Contributors

moritzfl avatar tristan-k avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.