This is a repo for dev docker which contains pre installed dev enviroment
- oh my zsh (with zsh-autosuggestions zsh-syntax-highlighting)
- neovim (support lsp with nvim-lspconfig using gopls, rust-analyzer, ccls))
- golang
- rust
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