-
Notifications
You must be signed in to change notification settings - Fork 93
Comparing changes
Open a pull request
base repository: boot2docker/boot2docker-cli
base: v1.7.1
head repository: boot2docker/boot2docker-cli
compare: master
- 14 commits
- 18 files changed
- 4 contributors
Commits on Aug 9, 2015
-
Remove old
|| truehack in MakefileThe issue was resolved back before docker 1.0.
Configuration menu - View commit details
-
Copy full SHA for ed13438 - Browse repository at this point
Copy the full SHA ed13438View commit details -
util: add missing newline at end of debug message
Without this, the output looks like: ``` Waiting for VM and Docker daemon to start... .Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0).Connecting to tcp://localhost:2022 (attempt #0)VM Host-only IP address: ```
Configuration menu - View commit details
-
Copy full SHA for a7e24a8 - Browse repository at this point
Copy the full SHA a7e24a8View commit details
Commits on Aug 10, 2015
-
Moving old install into docs on b2b
Signed-off-by: Mary Anthony <mary@docker.com>
Mary Anthony committedAug 10, 2015 Configuration menu - View commit details
-
Copy full SHA for 63a8d4b - Browse repository at this point
Copy the full SHA 63a8d4bView commit details
Commits on Aug 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 901b10c - Browse repository at this point
Copy the full SHA 901b10cView commit details -
Make error message configurable by HTTP call
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 35e2fc4 - Browse repository at this point
Copy the full SHA 35e2fc4View commit details -
Merge pull request #382 from moxiegirl/add-deprecated-install-docs
boot2docker cli installation docs
Configuration menu - View commit details
-
Copy full SHA for f6d7468 - Browse repository at this point
Copy the full SHA f6d7468View commit details -
Merge pull request #381 from mattrobenolt/patch-2
util: add missing newline at end of debug message
Configuration menu - View commit details
-
Copy full SHA for 2f3c569 - Browse repository at this point
Copy the full SHA 2f3c569View commit details -
Merge pull request #380 from mattrobenolt/patch-1
Remove old `|| true` hack in Makefile
Configuration menu - View commit details
-
Copy full SHA for 29dabce - Browse repository at this point
Copy the full SHA 29dabceView commit details -
Merge pull request #377 from tianon/deprecation
Deprecate boot2docker-cli officially
Configuration menu - View commit details
-
Copy full SHA for 67c90c1 - Browse repository at this point
Copy the full SHA 67c90c1View commit details
Commits on Aug 12, 2015
-
This adjusts the default message so that it fits comfortably in 80 columns: ```console $ ./boot2docker up WARNING: The 'boot2docker' command line interface is officially deprecated. Please switch to Docker Machine (https://docs.docker.com/machine/) ASAP. Docker Toolbox (https://docker.com/toolbox) is the recommended install method. ```
Configuration menu - View commit details
-
Copy full SHA for 09542f3 - Browse repository at this point
Copy the full SHA 09542f3View commit details -
Merge pull request #384 from tianon/fat-message
Trim down our default message
Configuration menu - View commit details
-
Copy full SHA for 3fa7832 - Browse repository at this point
Copy the full SHA 3fa7832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a26066 - Browse repository at this point
Copy the full SHA 9a26066View commit details
Commits on Jan 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 06fd5c7 - Browse repository at this point
Copy the full SHA 06fd5c7View commit details -
Merge pull request #385 from tianon/clarify-os-vs-cli
Update the DEPRECATION_WARNING to clarify cli vs OS deprecation
Configuration menu - View commit details
-
Copy full SHA for 8a39996 - Browse repository at this point
Copy the full SHA 8a39996View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.1...master