Page MenuHomeDevCentral

`arc` helper script to run a container on the Docker host
ClosedPublic

Authored by dereckson on Jan 1 2016, 01:24.
Referenced Files
F24975133: D145.id347.diff
Sun, Mar 22, 14:50
F24974271: D145.id376.diff
Sun, Mar 22, 13:17
F24969459: D145.id347.diff
Sun, Mar 22, 04:54
F24969388: D145.id376.diff
Sun, Mar 22, 04:44
F24968197: D145.diff
Sun, Mar 22, 02:31
F24966707: D145.id376.diff
Sat, Mar 21, 23:46
Unknown Object (File)
Sun, Mar 15, 20:48
Unknown Object (File)
Sun, Mar 15, 20:43

Details

Summary

Installation:

wget -O /usr/local/bin/arc https://raw.githubusercontent.com/nasqueron/docker-arcanist/master/contrib/arc
chmod +x /usr/local/bin/arc

Use:

  • arc ... to run an arc command
  • arc call-conduit uses a kludge to handle stdin/stdout
  • arc shell to run a bash shell to run interactive arc commands
Test Plan
  • arc branch
  • echo '{}' | arc call-conduit user.whoami
  • arc shell

Diff Detail

Repository
rDARC nasqueron/arcanist Docker image
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
arc-host-helper
Build Status
Buildable 183
Build 183: arc lint + arc unit

Event Timeline

dereckson retitled this revision from to `arc` helper script to run a container on the Docker host.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: Sandlayth.
Sandlayth edited edge metadata.
This revision is now accepted and ready to land.Jan 2 2016, 22:27
This revision was automatically updated to reflect the committed changes.