Pyfst will be installed in a virtualenv in the container home directory: ~/venv/
. See Dockerfile for more information.
$ docker pull 0xnurl/pyfst-docker
https://hub.docker.com/r/0xnurl/pyfst-docker/
$ docker build -t pyfst:latest ./docker/
$ docker run -i -t pyfst:latest
Parameters explained:
-i
- Interactive shell-t
- Spawn a terminal