News

Uses python and the subprocess module to run a docker container and send inputs through stdin This repo show the proof of concept that you can have stdin into a docker running a python program that ...
unpython Un-pythons a python subprocess command+arguments list back into CLI-friendly form. Python scripts that deal with subprocess module usually need to prepare a list of string arguments for use ...
This started a new process (a "subprocess", if you will), and in that process, executed a UNIX program. The program returned some text, that Python captured, and then printed it out. The Python ...