This project uses Docker to create an environment where you can run containers on a remote host, in such a way that your local working directory is visible to the container and optionally use X11.
This project uses Docker to create an environment where you can run containers on a remote host, in such a way that your local working directory is visible to the container and optionally use X11.
GitHub - ITmaze/remote-docker: This project uses Docker to create an environment where you can run containers on a remote host, in such a way that your local working directory is visible to the container and optionally use X11 to use a GUI.

Today I published an update to my remote-docker project.
The purpose of this project is to run Docker on a remote computer while providing container access to specific parts of your local filesystem with X11 support.
For example, you can use this to run your browser inside a container and only give it access to your ~/Downloads folder.
Access is over SSH (and SSHFS) and Docker is not installed on your workstation, just a few bash scripts.
Feedback (and patches .. Ha!) welcome.
Have fun!
O