Image for bpi M1/M1P/R1, M2, M3, M2U source code compile to avoiding the build environment issues.
1.3K
Dockerfile of this image
https://github.com/BPI-SINOVOIP/bpi-build
Docker pull Command
$ docker pull sinovoip/bpi-build:ubuntu12.04
After pull the image, you can start a bash
$ docker run -t -i sinovoip/bpi-build:ubuntu12.04 /bin/bash
or start a ssh to access the container
$ docker run --privileged -d -p 2222:22 -v /media:/media sinovoip/bpi-build:ubuntu12.04
on your host
$ ssh -p 2222 [email protected] #default passwd is root
Content type
Image
Digest
sha256:ae8bea38f…
Size
319.9 MB
Last updated
about 6 years ago
docker pull sinovoip/bpi-build:ubuntu12.04