-
I want to enable the Docker daemon to listen on external ports so that they can be managed from the outside. However, during startup the Docker daemon fails to bind to the port.
To prove the point,…
rhuss updated
6 years ago
-
### Environment
Raspberry Pi: 3 Model B
OS: [hypriotos-rpi-v1.7.1.img.zip](https://github.com/hypriot/image-builder-rpi/releases/download/v1.7.1/hypriotos-rpi-v1.7.1.img.zip)
Flash Command: `flash …
-
Probably related to #72
Test case :
* Hypriot image : 4.4.50-hypriotos+ #2 PREEMPT Sun Mar 19 14:44:01 UTC 2017 armv6l GNU/Linux
* The hciuart service fails to startup :
```
$ sudo systemctl …
bcopy updated
6 years ago
-
and no fix or no mention on the blog page
-
**Temporary Fix:**
For those who stumble across this and need a fix, follow these steps.
1. Login with the desired user
2. Run `chsh -s /bin/bash` to change the default shell to `/bin/bash`
3. L…
-
Trying to compile a kernel module with DKMS fails because tools like `scripts/recordmcount` are compiled for x86_64 not ARM...
This is due to cross-compiling on x86. We should probably build the p…
-
So just got my PI 2 1GB after reading what you folks have been up to with Docker on the Raspberry PI.
- Downloaded hypriot-rpi-20150329-140334.img
- Flashed to the SD
```
sudo dd if=hypriot-rpi-20150…
-
Hi,
When I try to flash and install Hypriot on SD card from openSUSE Tumbleweed, terminal answer :
`flash hypriotos-rpi-v1.4.0.img.zip
Using cached image /tmp/hypriotos-rpi-v1.4.0.img
Unknow…
-
Hi,
Ran into this issue when I experimented with docker/java/rpi. Please let me know if you need more details.
## Issue
Ran
`docker run --rm hypriot/rpi-java:jre-1.8.111 java -version`
on …
-