DEV Community

Discussion on: How To Install Docker and Docker-Compose On Raspberry Pi

Collapse
 
oldsurferdude profile image
OldSurferDude

Installing Docker on RPi per this page. I get to the command:

curl -sSL get.docker.com | sh

and it fails at

  • sudo -E sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null E: Sub-process /usr/bin/dpkg returned an error code (1)

Should I ignore it? Should I continue?

OSD

Collapse
 
vj_andrei profile image
Andreas Koutsoukos
Collapse
 
elalemanyo profile image
Alemaño

thanks @vj_andrei. @oldsurferdude I updated docker installation command. Let me know if it works.