rmatinata / multiarch-containers

Deploy a containers build environment, capable of producing containers for multiple architectures
MIT License
0 stars 0 forks source link

Corrections in README.md #1

Closed sowani closed 8 years ago

sowani commented 8 years ago

The last "docker" command in the README.md file "docker -it --rm ppc64le/ubuntu-multiarch:x86_ppc64le /bin/bash" will not execute. It should be "docker run -it --rm ppc64le/ubuntu-multiarch:x86_ppc64le /bin/bash".

Best regards, Atul.