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
Unknown Object (File)
Wed, Oct 1, 21:43
Unknown Object (File)
Sat, Sep 27, 00:37
Unknown Object (File)
Fri, Sep 26, 11:38
Unknown Object (File)
Wed, Sep 24, 13:45
Unknown Object (File)
Sun, Sep 21, 19:15
Unknown Object (File)
Sun, Sep 21, 15:54
Unknown Object (File)
Sun, Sep 21, 12:09
Unknown Object (File)
Tue, Sep 16, 07:35

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
Lint Not Applicable
Unit
Tests Not Applicable

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.