Skip to content

Commit

Permalink
Added status relating to latest Docker beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 25, 2016
1 parent 32d15b7 commit 8fe20ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Docker is awesome, but it suffers from a few annoying drawbacks:

1. Users on Mac OSX or Windows need to go by an intermediary - a virtual machine. This means code synchronisation is a pain, and constant rebuilds are necessary.
1. Only certain directories are automatically shared into the vm (e.g. `/Users` on OSX)
1. Docker Machine requires you to manage multiple machines, but generally you only ever deal with one of them. But I still have to configure with env vars or an annoying `eval`.
1. Docker Machine requires you to manage multiple machines, but generally you only ever deal with one of them. But we still have to configure with env vars or an annoying `eval`.
1. It is too flexible, resulting in many different ways to achieve 'normal' things. Most people just want to build their app without having to worry about orchestrating containers.

[![wercker status](https://app.wercker.com/status/be9372da6e34efdf671fb7ebdea591ec/s "wercker status")](https://app.wercker.com/project/bykey/be9372da6e34efdf671fb7ebdea591ec)
Expand All @@ -29,6 +29,8 @@ Additionally, Parity will not require any other external dependencies, except th

## Project Status

*NOTE*: This project will probably (and hopefully!) be at worst partially superceded by https://blog.docker.com/2016/03/docker-for-mac-windows-beta/ when it itself is out of beta. It will eventually replace items 1-3, leaving Parity to deal with the opinionated setup problem.

*Beta*: The first 2 of 4 items are working, with the following features in a beta status:

* Simple _installation_ (`parity install`)
Expand Down

0 comments on commit 8fe20ca

Please sign in to comment.