Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 511 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 511 Bytes

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