Skip to content
/ devenv Public

⚙ Fast setup my development environment with Docker.

Notifications You must be signed in to change notification settings

toomore/devenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toomore/devenv

Fast setup my development environment with Docker.

Default Install

  • ctags
  • curl
  • gcc
  • git
  • go (by docker ADD go1.5.linux-amd64.tar.gz)
  • python3
  • tmux
  • vim

Option Install

Some scripts for install deb in ~/install_deb/

  • MariaDB 10.0
  • Python2, pip, virtualenv.
  • Redis

Pull Repo

Fast pull repo scripts in ~/pull_repo/

Docker

Build docker image

sh ./make.sh

or pull image from docker hub.

docker pull toomore/devenv

Run in container.

docker run -it toomore/devenv

Or run short term.

docker run -it --rm toomore/devenv

About

⚙ Fast setup my development environment with Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages