Skip to content

Commit

Permalink
v0.1.4: Project status, building without OpenSSL, Windows experiments
Browse files Browse the repository at this point in the history
- Based on an excellent suggestion from Luis Lavena, `cage new` now
  uses named volumes for the default project.  This improves performance
  and simplifies initial setup on non-Linux platforms.
- You can now use the `cage status` command to get an overview of the
  current project, including pods, services, ports and mounted source
  code.  We plan on extending this in future releases.
- You can build `cage` without OpenSSL support!  This will also disable
  Vault support.  To do this, pass `--no-default-features --features
  default-minimal` to `cargo` when installing or building.
- Thanks to heroic efforts on the part of Jeremy White, we now have
  highly experimental Windows support.  Not all the test cases are
  passing yet, and Docker development on Windows has a number of
  limitations, but we're excited to see this work on a new platform!
  • Loading branch information
emk committed Oct 23, 2016
1 parent 9ace2b0 commit 4dc4383
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 = "cage"
version = "0.1.3"
version = "0.1.4"
authors = ["Eric Kidd <git@randomhacks.net>",
"Derek Kastner <dkastner@gmail.com>"]

Expand Down

0 comments on commit 4dc4383

Please sign in to comment.