Allow user to pass the IP that xhost will add to the list. User case: - launch dockeri on my local machine - run on a remote target server - get the gui on the Xserver instance running on my local machine. Possible ideas to manage remote instance of docker : - `docker-machine` [How To Provision and Manage Remote Docker Hosts with Docker Machine on Ubuntu 16.04 | DigitalOcean](https://www.digitalocean.com/community/tutorials/how-to-provision-and-manage-remote-docker-hosts-with-docker-machine-on-ubuntu-16-04) - `-H` flag [Connect to another host with your docker client, without modifying your local Docker installation](https://gist.github.com/kekru/4e6d49b4290a4eebc7b597c07eaf61f2) - docker REMOTE API: * [Docker Engine API v1.26 Reference](https://docs.docker.com/engine/api/v1.26/) * [Examples using the Docker Engine SDKs and Docker API | Docker Documentation](https://docs.docker.com/develop/sdk/examples/#run-a-container) * [Docker Tutorial Series, Part 8: Docker Remote API](https://blog.flux7.com/blogs/docker/docker-tutorial-series-part-8-docker-remote-api)