/bpi-build

Primary LanguageShell

bpi-build

This is a docker system environment which is run Ubuntu 15.10 for Banana PI source code compile.

Find container id:

docker ps -a

Run container:

docker start <id>

Use container:

docker inspect <id>
ssh root@<IP>