crcresearch / smartcontainers

Smart Containers to track Provenance in a Docker ecosystem
http://daspos.org
Apache License 2.0
5 stars 3 forks source link

Evaluate Pex for distribution of smartcontainers #50

Open charlesvardeman opened 8 years ago

charlesvardeman commented 8 years ago

For easier integration into boatload, pex self-executable python environments might be useful. The entire package can be scp'd to a container instead of requiring a full python environment inside the container. Pex documentation is at: https://pex.readthedocs.org/en/stable/whatispex.html

There may be a tool to integrate with the tox system that will automatically generate a pex distribution.