Skip to content

Jinof/dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEV

This is a repo for dev docker which contains pre installed dev enviroment

Now supportted dev environments

  • oh my zsh (with zsh-autosuggestions zsh-syntax-highlighting)
  • neovim (support lsp with nvim-lspconfig using gopls, rust-analyzer, ccls))
  • golang
  • rust

Usage

docker pull jinof/dev:latest
docker run --name dev -v path/to/source:/root/source -it jinof/dev:latest /bin/zsh

Next time you want to open your container

docker exec -it dev /bin/zsh