Skip to content

7onetella/alpinegovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

How to run this docker image

$ 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

access the terminal as a web application

Languages & tools included in the docker image

  • go 1.9.2
  • python
  • pip
  • nodejs
  • npm
  • git
  • aws cli
  • curl
  • vim-go
  • glide & godep
  • esc
  • gox
  • httpstat
  • gotty

1 How to Break the Rules • Dan North

About

Development environment running in a docker container and terminal access as a web application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published