This repository was archived by the owner on Feb 27, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ WARNING: The 'boot2docker' command line interface is officially deprecated.
3+
4+ Please switch to Docker Machine (https://docs.docker.com/machine/) ASAP.
5+
6+ Docker Toolbox (https://docker.com/toolbox) is the recommended install method.
Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ var (
1515
1616const (
1717 hardcodedWarning = `
18- WARNING: The 'boot2docker' command line interface is being officially deprecated.
19- Users are expected to switch to Docker Machine (https://docs.docker.com/machine/) instead ASAP.
20- The Docker Toolbox is the recommended way to install it: https://docker.com/toolbox/
18+ WARNING: The 'boot2docker' command line interface is officially deprecated.
2119
20+ Please switch to Docker Machine (https://docs.docker.com/machine/) ASAP.
21+
22+ Docker Toolbox (https://docker.com/toolbox) is the recommended install method.
2223`
2324 warningURL = "https://raw.githubusercontent.com/boot2docker/boot2docker-cli/master/DEPRECATION_WARNING"
2425)
You can’t perform that action at this time.
0 commit comments