Open jason-riddle opened 7 years ago
Hey @jason-riddle ,
This looks like an issue with our documentation. Depending on your actual device, the correct Docker base image names should be:
Can you please try using one of the above images in the FROM
Dockerfile instruction?
Updated to use the correct name resin/raspberrypi-alpine-node:slim
, but still no luck.
@jason-riddle I'm now suspecting network issues. Can you please try
rdt scan
and paste the results of your resinOS device info here, then rdt ssh --host
to ssh into the hostOS of the device and thendocker pull resin/raspberrypi-alpine-node:slim
to check if the image can be fetched directly from the docker daemon running on the device
Following this guide: https://resinos.io/docs/raspberry-pi/gettingstarted/#creating-a-project-from-scratch, I'm unable to push my image to the Raspberry Pi. To reproduce, I did the following:
My Dockerfile has the following.
I then attempt to push.
I have a Raspberry Pi 1 Model B and have the following node, npm, and rdt version.