ERROR: Couldn't connect to Docker daemon at http+docker://localhost + Segmentation Fault on docker daemon











up vote
0
down vote

favorite












I installed docker at my raspberry pi zero w running the latest raspbian with



curl -sSL https://get.docker.com | sh


and docker-compose with



sudo pip install docker-compose


When I run docker-compose in my raspberry:



sudo docker-compose up
ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?

If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.


When I do sudo dockerd:



sudo dockerd
Segmentation fault


It seems that the docker daemon is not working because of the Segmentation Fault. What should I do?










share|improve this question


























    up vote
    0
    down vote

    favorite












    I installed docker at my raspberry pi zero w running the latest raspbian with



    curl -sSL https://get.docker.com | sh


    and docker-compose with



    sudo pip install docker-compose


    When I run docker-compose in my raspberry:



    sudo docker-compose up
    ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?

    If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.


    When I do sudo dockerd:



    sudo dockerd
    Segmentation fault


    It seems that the docker daemon is not working because of the Segmentation Fault. What should I do?










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I installed docker at my raspberry pi zero w running the latest raspbian with



      curl -sSL https://get.docker.com | sh


      and docker-compose with



      sudo pip install docker-compose


      When I run docker-compose in my raspberry:



      sudo docker-compose up
      ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?

      If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.


      When I do sudo dockerd:



      sudo dockerd
      Segmentation fault


      It seems that the docker daemon is not working because of the Segmentation Fault. What should I do?










      share|improve this question













      I installed docker at my raspberry pi zero w running the latest raspbian with



      curl -sSL https://get.docker.com | sh


      and docker-compose with



      sudo pip install docker-compose


      When I run docker-compose in my raspberry:



      sudo docker-compose up
      ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?

      If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.


      When I do sudo dockerd:



      sudo dockerd
      Segmentation fault


      It seems that the docker daemon is not working because of the Segmentation Fault. What should I do?







      services docker raspberrypi pip






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 10 at 13:32









      Guerlando OCs

      731214




      731214






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          Looks like there's a known issue with 18.09 and ARMv6 processors. Discussion and downgrade instructions here:



          https://github.com/moby/moby/issues/38175






          share|improve this answer








          New contributor




          Snap E Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















          • Hello and welcome to Ask Ubuntu! Link-only answers are discuraged here (what if the link goes dead or is moved somewhere else?). Please edit your answer and explain the step needed to resolve the issue.
            – Mr Shunz
            Nov 16 at 16:10











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1091690%2ferror-couldnt-connect-to-docker-daemon-at-httpdocker-localhost-segmentati%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote



          accepted










          Looks like there's a known issue with 18.09 and ARMv6 processors. Discussion and downgrade instructions here:



          https://github.com/moby/moby/issues/38175






          share|improve this answer








          New contributor




          Snap E Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















          • Hello and welcome to Ask Ubuntu! Link-only answers are discuraged here (what if the link goes dead or is moved somewhere else?). Please edit your answer and explain the step needed to resolve the issue.
            – Mr Shunz
            Nov 16 at 16:10















          up vote
          0
          down vote



          accepted










          Looks like there's a known issue with 18.09 and ARMv6 processors. Discussion and downgrade instructions here:



          https://github.com/moby/moby/issues/38175






          share|improve this answer








          New contributor




          Snap E Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.


















          • Hello and welcome to Ask Ubuntu! Link-only answers are discuraged here (what if the link goes dead or is moved somewhere else?). Please edit your answer and explain the step needed to resolve the issue.
            – Mr Shunz
            Nov 16 at 16:10













          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          Looks like there's a known issue with 18.09 and ARMv6 processors. Discussion and downgrade instructions here:



          https://github.com/moby/moby/issues/38175






          share|improve this answer








          New contributor




          Snap E Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          Looks like there's a known issue with 18.09 and ARMv6 processors. Discussion and downgrade instructions here:



          https://github.com/moby/moby/issues/38175







          share|improve this answer








          New contributor




          Snap E Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer






          New contributor




          Snap E Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered Nov 16 at 15:53









          Snap E Tom

          16




          16




          New contributor




          Snap E Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          Snap E Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          Snap E Tom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.












          • Hello and welcome to Ask Ubuntu! Link-only answers are discuraged here (what if the link goes dead or is moved somewhere else?). Please edit your answer and explain the step needed to resolve the issue.
            – Mr Shunz
            Nov 16 at 16:10


















          • Hello and welcome to Ask Ubuntu! Link-only answers are discuraged here (what if the link goes dead or is moved somewhere else?). Please edit your answer and explain the step needed to resolve the issue.
            – Mr Shunz
            Nov 16 at 16:10
















          Hello and welcome to Ask Ubuntu! Link-only answers are discuraged here (what if the link goes dead or is moved somewhere else?). Please edit your answer and explain the step needed to resolve the issue.
          – Mr Shunz
          Nov 16 at 16:10




          Hello and welcome to Ask Ubuntu! Link-only answers are discuraged here (what if the link goes dead or is moved somewhere else?). Please edit your answer and explain the step needed to resolve the issue.
          – Mr Shunz
          Nov 16 at 16:10


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1091690%2ferror-couldnt-connect-to-docker-daemon-at-httpdocker-localhost-segmentati%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Quarter-circle Tiles

          build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

          Mont Emei