Closed trentmillar closed 4 years ago
I tried following, https://github.com/mozilla-iot/wiki/wiki#the-new-way, It looks like the build script is linux specific so I followed these steps to build the gateway,
git clone https://github.com/mozilla-iot/gateway.git
cd gateway
docker run --rm -it -v $PWD:/gateway ubuntu:latest
cd gateway/image
. build.sh
and the output
cp: error reading '/bin/../proc/1/task/1/personality': Operation not permitted cp: error reading '/bin/../proc/1/task/1/syscall': Operation not permitted cp: cannot open '/bin/../proc/1/task/1/mem' for reading: Permission denied cp: error reading '/bin/../proc/1/task/1/clear_refs': Invalid argument
Clearly I'm missing something...maybe only runs on raspbian?
Any insight would be appreciated.
The instructions you linked to are specifically for building a full Raspbian image, which is probably not what you want. You have a few options here.
I tried following, https://github.com/mozilla-iot/wiki/wiki#the-new-way, It looks like the build script is linux specific so I followed these steps to build the gateway,
git clone https://github.com/mozilla-iot/gateway.git
cd gateway
docker run --rm -it -v $PWD:/gateway ubuntu:latest
cd gateway/image
. build.sh
and the output
Clearly I'm missing something...maybe only runs on raspbian?
Any insight would be appreciated.