Skip to content

Run docker exec as a shell command via Local Backend's invoke, rather than via Docker API

Aaron Graubert requested to merge github/fork/julianhess/docker-invoke into master

Created by: julianhess

Python's Docker API has the annoying habit of occasionally dropping stdout/stderr, which means that sbatch (and other commands that depend on parsing stdout) will spectacularly fail.

Merge request reports