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

Commit 3fa7832

Browse files
committed
Merge pull request #384 from tianon/fat-message
Trim down our default message
2 parents 67c90c1 + 09542f3 commit 3fa7832

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

DEPRECATION_WARNING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

main.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ var (
1515

1616
const (
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
)

0 commit comments

Comments
 (0)