Closed clach04 closed 4 years ago
I found https://stackoverflow.com/questions/52664524/setting-up-pebble-sdk-with-docker which implies the container expects some parameters (which is probably where the rebble.sh script comes in)
I tried a simple help, etc, with no luck.
sudo sh rebble.sh clean
Fails with the same error.
Confirmed, this is a 64-bit image and needs a 64-bit host.
I can get the SDK version to print under Windows 64-bit host, with 64-bit Docker Docker version 19.03.5, build 633a0ea
:
docker run --rm -it -v /pebble dmorgan81/rebble --version
(need to figure out file system permissions though, opened issue #5). Readme could benefit from an update similar to https://github.com/Spitemare/rebble-docker/pull/4
Opened #6
Session sample:
I'm not clear what bitage the Docket container needs. I tried this with 32-bit host.