-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
@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)
Metadata
Metadata
Assignees
Labels
No labels