Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: boot2docker/boot2docker-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: boot2docker/boot2docker-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 18 files changed
  • 4 contributors

Commits on Aug 9, 2015

  1. Remove old || true hack in Makefile

    The issue was resolved back before docker 1.0.
    mattrobenolt committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    ed13438 View commit details
    Browse the repository at this point in the history
  2. 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:
    ```
    mattrobenolt committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    a7e24a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. Moving old install into docs on b2b

    Signed-off-by: Mary Anthony <mary@docker.com>
    Mary Anthony committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    63a8d4b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. Configuration menu
    Copy the full SHA
    901b10c View commit details
    Browse the repository at this point in the history
  2. Make error message configurable by HTTP call

    Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
    nathanleclaire authored and tianon committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    35e2fc4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #382 from moxiegirl/add-deprecated-install-docs

    boot2docker cli installation docs
    tianon committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    f6d7468 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #381 from mattrobenolt/patch-2

    util: add missing newline at end of debug message
    tianon committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    2f3c569 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #380 from mattrobenolt/patch-1

    Remove old `|| true` hack in Makefile
    tianon committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    29dabce View commit details
    Browse the repository at this point in the history
  6. Merge pull request #377 from tianon/deprecation

    Deprecate boot2docker-cli officially
    tianon committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    67c90c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Trim down our default message

    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.
    ```
    tianon committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    09542f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #384 from tianon/fat-message

    Trim down our default message
    tianon committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    3fa7832 View commit details
    Browse the repository at this point in the history
  3. Bump to 1.8.0

    tianon committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    9a26066 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. Configuration menu
    Copy the full SHA
    06fd5c7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #385 from tianon/clarify-os-vs-cli

    Update the DEPRECATION_WARNING to clarify cli vs OS deprecation
    tianon committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    8a39996 View commit details
    Browse the repository at this point in the history
Loading