chinthakagodawita / docker-hat

Helper commands to run and manage Docker containers on OS X.
MIT License
4 stars 0 forks source link

Consider using a native Docker API #10

Closed chinthakagodawita closed 9 years ago

chinthakagodawita commented 9 years ago

Rather than pushing out to shell, consider moving to something like dockerode: https://github.com/apocas/dockerode

chinthakagodawita commented 9 years ago

Dockerode is async and breaks the flow unless we wrap in something like Fibers (which is problematic here). Closing for now.