aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/docker.rb
diff options
context:
space:
mode:
authorChristian Höltje2014-07-24 23:54:20 -0400
committerMike McQuaid2014-07-25 08:28:20 +0100
commitc6e04e3fc19b87fabf6866d971c5510ef9c4f566 (patch)
tree0e44b647e0463b5755fcb41014e29b06a6dd21f9 /Library/Formula/docker.rb
parentf37281622cf7b29daa066b327fe66bffb8ade8ad (diff)
downloadhomebrew-c6e04e3fc19b87fabf6866d971c5510ef9c4f566.tar.bz2
docker, boot2docker: note about updates.
docker and boot2docker generally release new versions simultaneously. This is because boot2docker's ISO contains docker within it. This comment just reminds people who update one to update the other. Closes #31110. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/docker.rb')
-rw-r--r--Library/Formula/docker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/docker.rb b/Library/Formula/docker.rb
index 74b24a12b..c79b30a6e 100644
--- a/Library/Formula/docker.rb
+++ b/Library/Formula/docker.rb
@@ -2,6 +2,8 @@ require "formula"
class Docker < Formula
homepage "http://docker.io"
+ # Boot2docker and docker are generally updated at the same time.
+ # Please update the version of boot2docker too
url "https://github.com/dotcloud/docker.git", :tag => "v1.1.2"
bottle do