/docker-pipenv

Pipenv in Docker

Primary LanguageDockerfile

WHAT DOES THIS DO?

This is a container that runs pipenv.

HOW TO RUN IT?

  1. docker run --rm -it -v $HOME/.local/share/virtualenvs:/root/.local/share/virtualenvs -v $PWD:$PWD -w $PWD hackenfreude/pipenv
  2. Use the pipenv command line to do things.
  3. exit to exit the Docker container. Any virtualenv from pipenv will remain at $HOME/.local/share/virtualenvs, and any Pipfile or Pipfile.lock will remain in the current working directory.

WHAT IF IT DOESN'T WORK?

Open an issue.