Skip to content

Docker container to pop a dev environment for go projects (with vim/zsh etc.)

License

Notifications You must be signed in to change notification settings

weenect/allan-docker-dev-python

Repository files navigation

Devbox for python projects using docker

What you will get at the end

  • a docker container in which you can SSH in
  • (optional) neovim: with deoplete , and python language server
  • (optional) Zsh: with my zshrc (that you can replace by yours)

Requirements

  • docker

Creation

./create_docker.sh

Usage

docker run -d -e HOST_USER_UID=$(id -u) --name YOUR_PROJECT -p YOUR_LOCAL_PORT:22 python_dev_docker

so then you can ssh in your machine with port YOUR_LOCAL_PORT

Extensive list of stuff installed:

  • neovim
  • zsh
  • python2 and python3

About

Docker container to pop a dev environment for go projects (with vim/zsh etc.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell55.9%
  • Vim Script23.0%
  • Dockerfile21.1%