mirror of
https://github.com/docker/docs.git
synced 2026-04-02 09:18:57 +07:00
Refactored parallel execute and execute create into a single function parallel_execute that can now handle both cases. This helps untangle it from being so tightly coupled to the container. Updated all the relevant operations to use the refactored function. Signed-off-by: Mazz Mosley <mazz@houseofmnowster.com>