https://github.com/johnelse/docker-devenv-pair
Simple docker-based development environment
https://github.com/johnelse/docker-devenv-pair
Last synced: about 1 year ago
JSON representation
Simple docker-based development environment
- Host: GitHub
- URL: https://github.com/johnelse/docker-devenv-pair
- Owner: johnelse
- Created: 2015-10-08T15:27:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T12:39:22.000Z (about 1 year ago)
- Last Synced: 2025-04-16T18:17:35.409Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-devenv
-------------
[![Build status][travis-badge]][travis-url]
Dockerised, SSH-equipped development environment for interviews, pair programming, etc.
Typical usage:
* Launch a container with `run.py` like so:
`./run.py --address --port 12345 --owner-pubkey --guest-pubkey `
This will launch sshd inside the container, listening on `:12345`, and
install the specified public keys for the `owner` and `guest` users.
* Ask your guest to ssh in as the `guest` user and run `wemux start`
* ssh in as the `owner` user and run `wemux mirror`
You'll then have a read-only view on what `guest` is doing.
[travis-badge]: https://travis-ci.org/johnelse/docker-devenv.png?branch=master
[travis-url]: https://travis-ci.org/johnelse/docker-devenv