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 #6

Open
9 tasks
lutzmor opened this issue Apr 19, 2017 · 0 comments
Open
9 tasks

Integrate bindings to start the docker environment #6

lutzmor opened this issue Apr 19, 2017 · 0 comments

Comments

@lutzmor
Copy link

lutzmor commented Apr 19, 2017

@zakhenry commented on Tue Jun 21 2016

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant