Expected behavior
Images and containers from “default” Docker machine should be copied when selecting “Copy” on install of native Docker.
Actual behavior
Native Docker starts, but running docker ps
or docker images
shows that nothing has been copied.
Information
OS X: version 10.11.4 (build: 15E65)
Docker.app: version v1.11.1-beta10
Running diagnostic tests:
[OK] docker-cli
[OK] Moby booted
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Docker logs are being collected into /tmp/20160509-082043.tar.gz
Most specific failure is: No error was detected
Your unique id is: 86DF76E7-3251-4C68-9B4A-013C22849F5D
Please quote this in all correspondence.
- the output of:
-
pinata diagnose -u
on OSX -
DockerDebugInfo.ps1
using Powershell on Windows
-
- a reproducible case if this is a bug, Dockerfiles FTW
- page URL if this is a docs issue or the name of a man page
- host distribution and version ( OSX 10.10.x, OSX 10.11.x, Windows, etc )
Steps to reproduce the behavior
- Ran install
- Selected “Copy” when asked if I wanted to copy images and containers from my default Docker machine
- Tried running
docker ps
anddocker images
, but they both return empty lists