All Questions
3 questions
0
votes
2
answers
1k
views
Error at build docker image in Raspberry pi
I am trying to build a image in my RaspBerryPi 4 with raspbian.
I want to make a docker image that run a python Image:
my directory is:
analizador_doff
| tarea_periodica.py
| Dockerfile
| ...
0
votes
1
answer
1k
views
Network unreachable after docker install on raspberry pi 4 raspian buster
Problem:
I have previously had netwworking working via ethernet and wireless on my raspberry pi4.
I installed Docker and built the reporptportal images from curl https://raw.githubusercontent.com/...
0
votes
1
answer
850
views
Docker/Node-red - npm fails to install palettes if volume is on a usb flash drive
I cannot install new palettes in Node-red if the container volume is located on a flash drive, because, npm doesn't have the right permissions to access.
Can you help me?
# docker-compose.yml
...