Skip to content

Releases: docker/compose

0.3.1

04 Mar 11:55
Compare
Choose a tag to compare
  • Added contribution instructions. (Thanks @kvz!)
  • Fixed fig rm throwing an error.
  • Fixed a bug in fig ps on Docker 0.8.1 when there is a container with no command.

0.3.0

03 Mar 19:16
Compare
Choose a tag to compare
  • We now ship binaries for OS X and Linux. No more having to install with Pip!
  • Add -f flag to specify alternate fig.yml files
  • Add support for custom link names
  • Fix a bug where recreating would sometimes hang
  • Update docker-py to support Docker 0.8.0.
  • Various documentation improvements
  • Various error message improvements

Thanks @marksteve, @Gazler and @teozkr!

Fig is a tool for creating and running fast, isolated development environments using Docker.

If you're upgrading from a previous version, run sudo pip uninstall fig, then check the installation instructions for your OS.