-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to mount my own project to the container? #6
Comments
You have to mount an image file, not a directory. For instance:
|
@koenvervloesem Tnanks for your reply, i still have three question:
|
|
Thanks for helping out here @koenvervloesem! Btw, re:
You should be able to connect to the internet. Docker/QEMU networking should be working OOB. Example:
|
@lukechilds I have connect to the internet successful, and i also build a armv7 version, i notice this repo is only armv6 version. |
There is currently a PR open for Pi 2/3 hardware: #4 |
As a sidenote: If you do not have internet access (on the pi container), you can fix it by editing the /etc/resolv.conf file in the pi container to reflect the same as the host (tested on Ubuntu WSL) |
Could you share what you did to get armv7 running? |
I use
-v ~/project:/sdcard
, but when i enter, there is no sdcard in / @lukechildsAnd i find in raspberrypi env, i can`t connect the internet.
The text was updated successfully, but these errors were encountered: