Glavin001/executables.js

Goals

Open

#1 建立於 2017年6月28日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人) (0 fork)github user discovery
help wanted

倉庫指標

Star
 (0 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南