Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 613 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 613 Bytes

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