Error installing Docker - curl: (23) Failed writing body (0 != 13847)

16,641

Solution 1

The 0 in the error may indicate that you may not have correct permissions in the directory. So either use sudo or correct the permissions and then run the command again

Solution 2

Problem is write permission

Docker Needs sudo permission

sudo curl -fsSL get.docker.com -o get-docker.sh

Share:
16,641
Ishwar Chandra Tiwari
Author by

Ishwar Chandra Tiwari

I am a Software Engineer having expertise in various domains of Information Technology & Services. github : https://github.com/ishwarchandratiwari npm packages: https://www.npmjs.com/~ishwarchandra 🌱Planting flowers and watching them grow console.log('Hello, JavaScript world!') console.log('Hello, TypeScript world!') print('Flutter world!') I work with Node.js (Javascript, TypeScript), I play with React js, Flutter, IPFS, Blockchain(Bitcoin, Ethereum)

Updated on June 08, 2022

Comments

  • Ishwar Chandra Tiwari
    Ishwar Chandra Tiwari almost 2 years

    I am trying to install docker with curl -fsSL get.docker.com -o get-docker.sh

    it returns:

    curl: (23) Failed writing body (0 != 13847)