Skip to content

Commit

Permalink
v0.0.7: True multi-pod local development
Browse files Browse the repository at this point in the history
- Better `conductor new` with a `rails generate`-style engine
- `conductor build`
- `io.fdy.conductor.type: "task"` allows one-shot pods
- `io.fdy.conductor.srcdir` allows custom source mount points
- Support for `networks:`
  • Loading branch information
emk committed Sep 16, 2016
1 parent cb84a35 commit cf94ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conductor"
version = "0.0.6"
version = "0.0.7"
authors = ["Eric Kidd <git@randomhacks.net>"]

description = "Faraday Conductor: Develop and orchestrate multi-pod docker-compose apps"
Expand Down

0 comments on commit cf94ab0

Please sign in to comment.