cmars / pystdf

Python module for working with STDF files
GNU General Public License v2.0
150 stars 84 forks source link

Containerize the application #21

Closed MarounMaroun closed 4 years ago

MarounMaroun commented 4 years ago

This will allow users to convert without any dependencies in Python (or other dependencies that might be needed). For example, converting to XML:

# building - needed only once
$ docker build -t test/pystdf .
# running the container
$ docker run -v <path_to_stdf>:/ind.stdf pystdf/test:latest ./scripts/stdf2xml /ind.stdf