Skip to content

Integrate bindings to start the docker environment #6

@lutzmor

Description

@lutzmor

@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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions