Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

0.3.0 Milestone Project Page

Vincent Demeester edited this page Apr 16, 2016 · 3 revisions

Schedule

  • Freeze: TBD
  • Release: TBD

Release Goals

  • Revamp docker cli internal using spf13/cobra and more inline with docker-compose
  • Add version command
  • Add config command
  • Support v2 config files: this means support reading both v1 and v2 yaml files first, and then, if time, support everything (like network and stuff)
  • Complete run command
  • Complete up command (--abort-on-container-exit)
  • Complete build command
  • Focus more on the API : refactoring, making it more clear how to use libcompose as a lib
  • Optionnal: on CI side, test it against multiple daemon version

Tracking