Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.