Greetings all! I recently had a need to pass along data to a running python script in a Docker container on a router. It performs an API call to the python script, passing along a GET request with the necessary variables via a "more" command to the f...