GitXplorerGitXplorer
m

devbox-docker

public
9 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
c82286053353dfd257ed3f9d2119e13293a02dca

makefile

mmartintrojer committed 10 years ago
Unverified
5453b6ee751c51eacea9e343aadc37b34e6ec16d

allin: better user setup (with sudo), better emacs

mmartintrojer committed 10 years ago
Unverified
0b2c68608e95669f0ccdc73bc9a5884335d87256

get better colors in allin shell

mmartintrojer committed 10 years ago
Unverified
080420b3cbef55239e039910ece44580295c61a8

nice way to bootstrap emacs plugins when building the container

mmartintrojer committed 10 years ago
Unverified
99a6d06bd57364111871fa79cfe4f775108508e4

shared folder flag

mmartintrojer committed 10 years ago
Unverified
fc734efbe006bdf136ab5a78fb88e87c3821f970

README update

mmartintrojer committed 10 years ago

README

The README file for this repository.

devbox-docker

Development environments in docker containers, for rationale see blogpost.

Hybrid

A golang development environment, where your editor/IDE is outside the container, and the source folders is shared.

All-in

A multi-user, java (remove) development environment with editor built-in. Has support for screen-sharing (wemux).

Usage

Docker (>=1.5.0)

$ make build-all to build the containters.

$ make connect-local to launch a bash shell in local container.

$ make run-remove to run the 'remove' container, use ssh to connect.