Expected behaviour
I thought I could use arm based images with docker for mac beta. i want to use my mac to build images, and then push them over to my PIs
Actual behaviour
if I try and build via docker file, I get /bin/sh not found, and if i just try and run i.e.
docker run -it --rm armv7/armhf-ubuntu /bin/bash
docker: Error response from daemon: Container command ‘/bin/bash’ not found or does not exist…
Is working with Arm images supported? Did I misread that?
thanks
Information
- the output of:
pinata diagnose -u
on OSXDockerDebugInfo.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
- …
- …