Unable to launch docker container

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












OS: Ubuntu 16.04



I'm trying to run a docker container through a docker image that has been created through a dockerfile. Below is the content of my Dockerfile:-



"FROM centos:latest



MAINTAINER Hacked you@yourdomain.com



RUN yum -y install httpd



COPY index.html /var/www/html/



CMD [“/usr/sbin/httpd”, “-D”, “FOREGROUND”]



EXPOSE 80"



This is the procedure I follow:-



  1. Create a dockerfile in the '/home/ubuntu' directory

enter image description here



  1. Add the above content inside the dockerfile

enter image description here



  1. Create a file (index.html) and add a basic html code.


  2. Build an image out of this dockerfile.


enter image description here



5.Run




Docker images




enter image description here



  1. Create a container from the docker image we have just created:

enter image description here



  1. So, as you can see the Container has been created but if I do a 'docker ps', It does not display the container.
    So, I did docker ps -a and it shows the container but the status is exited. please refer the below screenshot:-

enter image description here



  1. As a last step, I try this:-


    http://"ipofmyserver":1234/
    But it does not display anything. It shows connection refused.




I want to know what is wrong with this procedure.
Thanks.









share

























    up vote
    0
    down vote

    favorite












    OS: Ubuntu 16.04



    I'm trying to run a docker container through a docker image that has been created through a dockerfile. Below is the content of my Dockerfile:-



    "FROM centos:latest



    MAINTAINER Hacked you@yourdomain.com



    RUN yum -y install httpd



    COPY index.html /var/www/html/



    CMD [“/usr/sbin/httpd”, “-D”, “FOREGROUND”]



    EXPOSE 80"



    This is the procedure I follow:-



    1. Create a dockerfile in the '/home/ubuntu' directory

    enter image description here



    1. Add the above content inside the dockerfile

    enter image description here



    1. Create a file (index.html) and add a basic html code.


    2. Build an image out of this dockerfile.


    enter image description here



    5.Run




    Docker images




    enter image description here



    1. Create a container from the docker image we have just created:

    enter image description here



    1. So, as you can see the Container has been created but if I do a 'docker ps', It does not display the container.
      So, I did docker ps -a and it shows the container but the status is exited. please refer the below screenshot:-

    enter image description here



    1. As a last step, I try this:-


      http://"ipofmyserver":1234/
      But it does not display anything. It shows connection refused.




    I want to know what is wrong with this procedure.
    Thanks.









    share























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      OS: Ubuntu 16.04



      I'm trying to run a docker container through a docker image that has been created through a dockerfile. Below is the content of my Dockerfile:-



      "FROM centos:latest



      MAINTAINER Hacked you@yourdomain.com



      RUN yum -y install httpd



      COPY index.html /var/www/html/



      CMD [“/usr/sbin/httpd”, “-D”, “FOREGROUND”]



      EXPOSE 80"



      This is the procedure I follow:-



      1. Create a dockerfile in the '/home/ubuntu' directory

      enter image description here



      1. Add the above content inside the dockerfile

      enter image description here



      1. Create a file (index.html) and add a basic html code.


      2. Build an image out of this dockerfile.


      enter image description here



      5.Run




      Docker images




      enter image description here



      1. Create a container from the docker image we have just created:

      enter image description here



      1. So, as you can see the Container has been created but if I do a 'docker ps', It does not display the container.
        So, I did docker ps -a and it shows the container but the status is exited. please refer the below screenshot:-

      enter image description here



      1. As a last step, I try this:-


        http://"ipofmyserver":1234/
        But it does not display anything. It shows connection refused.




      I want to know what is wrong with this procedure.
      Thanks.









      share













      OS: Ubuntu 16.04



      I'm trying to run a docker container through a docker image that has been created through a dockerfile. Below is the content of my Dockerfile:-



      "FROM centos:latest



      MAINTAINER Hacked you@yourdomain.com



      RUN yum -y install httpd



      COPY index.html /var/www/html/



      CMD [“/usr/sbin/httpd”, “-D”, “FOREGROUND”]



      EXPOSE 80"



      This is the procedure I follow:-



      1. Create a dockerfile in the '/home/ubuntu' directory

      enter image description here



      1. Add the above content inside the dockerfile

      enter image description here



      1. Create a file (index.html) and add a basic html code.


      2. Build an image out of this dockerfile.


      enter image description here



      5.Run




      Docker images




      enter image description here



      1. Create a container from the docker image we have just created:

      enter image description here



      1. So, as you can see the Container has been created but if I do a 'docker ps', It does not display the container.
        So, I did docker ps -a and it shows the container but the status is exited. please refer the below screenshot:-

      enter image description here



      1. As a last step, I try this:-


        http://"ipofmyserver":1234/
        But it does not display anything. It shows connection refused.




      I want to know what is wrong with this procedure.
      Thanks.







      ubuntu docker container





      share












      share










      share



      share










      asked 2 mins ago









      hacked

      12




      12

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          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: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475953%2funable-to-launch-docker-container%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f475953%2funable-to-launch-docker-container%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Christian Cage

          How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?