rexray / rexray

REX-Ray is a container storage orchestration engine enabling persistence for cloud native workloads
http://rexray.io
Apache License 2.0
2.17k stars 327 forks source link

Install script does not work on docker-machine (Boot2Docker) #1189

Open zaventh opened 6 years ago

zaventh commented 6 years ago
docker@manager1:~$ curl -sSL https://rexray.io/install | sh
sort: invalid option -- 'V'
BusyBox v1.27.2 (2017-10-30 14:58:40 UTC) multi-call binary.

Usage: sort [-nrugMcszbdfiokt] [-o FILE] [-k start[.offset][opts][,end[.offset][opts]] [-t CHAR] [FILE]...

Sort lines of text

    -o FILE Output to FILE
    -c  Check whether input is sorted
    -b  Ignore leading blanks
    -f  Ignore case
    -i  Ignore unprintable characters
    -d  Dictionary order (blank or alphanumeric only)
    -g  General numerical sort
    -M  Sort month
    -n  Sort numbers
    -t CHAR Field separator
    -k N[,M] Sort by Nth field
    -r  Reverse sort order
    -s  Stable (don't sort ties alphabetically)
    -u  Suppress duplicate lines
    -z  Lines are terminated by NUL, not newline
gzip: invalid magic
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ lsb_release -a
Boot2Docker 18.01.0-ce (TCL 8.2.1); HEAD : 0bb7bbd - Thu Jan 11 16:32:39 UTC 2018

This however does work:

$ curl -sSL https://rexray.io/install | sh -s -- stable 0.11.1
generating self-signed certificate...
  /etc/rexray/tls/rexray.crt
  /etc/rexray/tls/rexray.key

rexray has been installed to /usr/bin/rexray

REX-Ray
-------
Binary: /usr/bin/rexray
Flavor: client+agent+controller
SemVer: 0.11.1
OsArch: Linux-x86_64
Commit: 1608180686ac4426b04941b4002fb33b9efd972e
Formed: Tue, 19 Dec 2017 22:26:34 UTC
clintkitson commented 6 years ago

Hello @zaventh and thanks for updating us on the solution for this.