Skip to content

Develop Go, python, nvim, tmux Docker container

Notifications You must be signed in to change notification settings

avkosme/golang-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang nvim development environment

Golang dev env with nvim, vim plugins, code navigator, tmux

Docker Pull Command

$ docker pull ghcr.io/avkosme/golang-dev:latest

Quick start

Create local volumes, run container in current directory:

$ docker volume create --driver local --name nvimdotfiles

$ docker volume create --driver local --name gobin

$ echo 'alias golang-dev="docker run -ti --rm -v nvimdotfiles:/root \
-v gobin:/go/bin -v `pwd`:/opt --workdir='/opt' ghcr.io/avkosme/golang-dev:latest zsh"' >> ~/.bashrc

$ source ~/.bashrc

$ golang-dev

Inside the running container:

$ tmux -2 -u

$ nvim

About

Develop Go, python, nvim, tmux Docker container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published