Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate bindings to start the docker environment #9

Closed
9 tasks
zakhenry opened this issue Jun 21, 2016 · 1 comment
Closed
9 tasks

Integrate bindings to start the docker environment #9

zakhenry opened this issue Jun 21, 2016 · 1 comment

Comments

@zakhenry
Copy link
Member

Currently there really isn't any info on how to get up and running with docker. With docker beta for windows & mac being released soon it will be quite a simple setup.

The cli should have commands for starting, stopping and destroying the docker-compose runtime. It should also run the commands in a -p --project so that any collision with other instances is avoided.

Commands

  • docker start - docker-compose -p <pkg.name> up -d
  • docker stop - docker-compose -p <pkg.name> stop
  • docker destroy - docker-compose -p <pkg.name> rm -f
  • docker pull - docker-compose -p <pkg.name> pull
  • docker * - docker-compose -p <pkg.name> * (fallback)

Checklist

  • cli can verify docker is installed and running. If no, direct to instructions on website?
  • all listed commands implemented
  • documented
  • include as part of tour (offer option to skip)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant