EasyEngine/easyengine

Add function for docker compose execution.

Open

#1.227 geöffnet am 24. Sept. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)PHP (429 Forks)batch import
good first issue

Repository-Metriken

Stars
 (1.984 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 20T 14h) (7 gemergte PRs in 30 T)

Beschreibung

Need to add a separate function to execute docker compose command with parameter selecting a container, a parameter to take the command to execute, add --user if a user parameter is passed and a shell wrapper like sh -c or bash -c if a shell wrapper to execute command is passed, even this can be empty by default.

Contributor Guide