seadowg / pyxform-docker

Docker image for pyxform development

Home Page:https://hub.docker.com/r/seadowg/pyxform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Docker image for pyxform development

https://hub.docker.com/r/seadowg/pyxform


Languages

Language:Dockerfile 100.0%