What if you want your dev environment running in a docker container in the cloud and access the terminal as a web application?
✔ Use this docker image to do just that
1Breaking the rules
- You always develop locally then go through build, test, deploy life cycle and repeat
- Your development environment must be set up on your local computer.
- You must always SSH into the box if you are given access
$ docker run --name alpinegovim -d -e CREDENTIAL="admin:1234" -p 9000:9000 7onetella/alpinegovim:1.0.1
Access the terminal on your browser by hitting http://localhost:9000
- username:
admin
- password:
1234
shown here: terminal session in a browser
- go 1.9.2
- python
- pip
- nodejs
- npm
- git
- aws cli
- curl
- vim-go
- glide & godep
- esc
- gox
- httpstat
- gotty