0

"curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -" then i got error "curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to 172.31.1.3:8080" "gpg: no valid OpenPGP data found." this

Gaurav Yadav
  • 57
  • 1
  • 4

1 Answers1

1

This worked for me:

curl -O https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add gpg
Matthew
  • 1,905
  • 3
  • 19
  • 26