1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua 7b1ecb2224 Add usage 2018-04-01 21:31:06 +08:00
.config/nvim Install neovim, plug and cleanup 2018-04-01 08:54:18 +00:00
.install Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.yadm Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.dockerfile Add usage 2018-04-01 21:31:06 +08:00
.dockerignore Fix neovim and golang 2018-03-30 00:13:16 +08:00
.drone.yml Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.gitconfig Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.versions Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.zshrc Temporarily fix neovim#8056 2018-04-01 18:06:48 +08:00
README.md Add usage 2018-04-01 21:31:06 +08:00

README.md

env Build Status

Not only dotfiles, but also a Docker environment.

Usage

$ docker run -it -p 8080:8080 -v $PWD:/home/ambrose/src registry.labs.0x.no/env
$ yadm clone https://github.com/serverwentdown/env.git
$ yadm decrypt

Or to run without yadm:

$ docker run -it -p 8080:8080 -v $PWD:/home/ambrose/src -v $HOME/.ssh:/home/ambrose/.ssh registry.labs.0x.no/env