Glavin001/executables.js

Goals

Open

#1 aberto em 28 de jun. de 2017

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees) (0 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (0 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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 ....

Guia do colaborador