You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
I used homebrew to install gnu-tar in the past because of a problem with OS X's built-in tar. This causes docker-osx installation to fail. The output of docker-osx shell is:
Installing Docker 0.11.1 client...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2885k 100 2885k 0 0 1181k 0 0:00:02 0:00:02 --:--:-- 1181k
tar: /docker/docker: Not found in archive
tar: usr/local/bin/docker: Not found in archive
tar: Exiting with failure status due to previous errors
The text was updated successfully, but these errors were encountered:
I have not installed gnu-tar, I'm using bsdtar 2.8.3 - libarchive 2.8.3 which is the OSX default, and get the same failure.
dgc@dgcwork:~$ docker-osx
Installing Docker 1.2.0 client...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
tar: usr/local/bin/docker: Not found in archive
tar: Error exit delayed from previous errors.
dgc@dgcwork:~$ which tar
/usr/bin/tar
dgc@dgcwork:~$ tar --version
bsdtar 2.8.3 - libarchive 2.8.3
✗ which tar
/usr/bin/tar
✗ tar --version
bsdtar 2.8.3 - libarchive 2.8.3
✗ docker-osx shell
Installing Docker 1.2.0 client...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
tar: usr/local/bin/docker: Not found in archive
tar: Error exit delayed from previous errors.
curl -L http://github.com/mxcl/homebrew/tarball/master | tar xz –strip 1 -C /usr/local
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
100 124 0 124 0 0 31 0 --:--:-- 0:00:03 --:--:-- 78
100 139 0 139 0 0 32 0 --:--:-- 0:00:04 --:--:-- 135k
100 2182k 100 2182k 0 0 168k 0 0:00:12 0:00:12 --:--:-- 463k
tar: /usr/local: Not found in archive
tar: -C: Not found in archive
tar: 1: Not found in archive
tar: –strip: Not found in archive
tar: Error exit delayed from previous errors.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I used homebrew to install gnu-tar in the past because of a problem with OS X's built-in tar. This causes docker-osx installation to fail. The output of
docker-osx shell
is:The text was updated successfully, but these errors were encountered: