Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencertipping/docker
A docker SSH/xpra server with stuff I find useful
https://github.com/spencertipping/docker
Last synced: 8 days ago
JSON representation
A docker SSH/xpra server with stuff I find useful
- Host: GitHub
- URL: https://github.com/spencertipping/docker
- Owner: spencertipping
- Created: 2016-03-10T02:15:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T19:03:05.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:27:31.105Z (3 months ago)
- Language: Dockerfile
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized remote setup
This lets me install my settings and preferred user tools on a new machine by
launching a docker image, rather than configuring stuff by hand. I use most
machines remotely, so this image just runs an SSH server and headless xpra.Usage:
```sh
$ cp ~/.ssh/id_rsa.pub authorized_keys
$ vim Dockerfile # change ENV user= to your username
$ sudo docker build -t me .
$ sudo docker run -p 2222:22 -v /mnt:/some/path -d me
```You should then be able to SSH into the server and be dropped into a persistent
tmux. Any X applications you run should also persist in an xpra server running
on display 100.