Glavin001/executables.js

Goals

Open

#1 geöffnet am 28. Juni 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen) (0 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (0 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Continuation of https://github.com/atom/atom/issues/14860


docker-exec looks great. I would like to abstract it further so I have what I call Executables. Let's say I have an executable for atom I could call atom.run([arg1, arg2, ...]) and it would first call atom arg1 arg2 ... directly and then fallback to docker exec ATOM_IMAGE arg1 arg2 ....

Contributor Guide