Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 330 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 330 Bytes

pyxform-docker

Docker image for pyxform development.

Using

From your local pyxform repo you can boot the environment with the codebase as a shared volume using:

docker run -it \
  --entrypoint /bin/bash \
  -v "$(pwd)":/pyxform \
  --workdir /pyxform \
  seadowg/pyxform