how to create an image including apache server and deploy that image on server and run the server inside...

Tiptoe or tiphoof? Adjusting words to better fit fantasy races

Coordinate position not precise

Why does John Bercow say “unlock” after reading out the results of a vote?

Can a monster with multiattack use this ability if they are missing a limb?

Why Were Madagascar and New Zealand Discovered So Late?

Where in the Bible does the greeting ("Dominus Vobiscum") used at Mass come from?

Ways to speed up user implemented RK4

Confused about a passage in Harry Potter y la piedra filosofal

Is exact Kanji stroke length important?

Your magic is very sketchy

What does this 7 mean above the f flat

Is it okay / does it make sense for another player to join a running game of Munchkin?

Dot above capital letter not centred

What is difference between behavior and behaviour

Teaching indefinite integrals that require special-casing

Understanding "audieritis" in Psalm 94

Was the picture area of a CRT a parallelogram (instead of a true rectangle)?

Efficiently merge handle parallel feature branches in SFDX

Is there a good way to store credentials outside of a password manager?

Will it be accepted, if there is no ''Main Character" stereotype?

Should my PhD thesis be submitted under my legal name?

Why did Kant, Hegel, and Adorno leave some words and phrases in the Greek alphabet?

Can criminal fraud exist without damages?

Is expanding the research of a group into machine learning as a PhD student risky?



how to create an image including apache server and deploy that image on server and run the server inside it?


Docker port expose fails in Mac OS XSSH reverse tunnel into Docker containerHow to install a Windows Feature on Docker container (Windows 2016 Server) that requires a “server restart”?DNS service discovery using Consul in Docker SwarmDocker's Centos 6.6 image not startingHow to create Docker Image based on EC2 AMI image?Mount a windows path (cifs) in a voulme of a docker imageHow to set a docker container to run on system reboot?How to run a windows container inside Windows Subsystem for Linux (WSL)how to deploy a docker container of an ubuntu image pulled off from docker hub?













0















So far I have created an ubuntu image pulled off from the docker hub and did a docker run on that image to start a container based off that image.Now I want to create image including the apache server and deploy that image on my own server and run the server inside it.









share







New contributor




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

























    0















    So far I have created an ubuntu image pulled off from the docker hub and did a docker run on that image to start a container based off that image.Now I want to create image including the apache server and deploy that image on my own server and run the server inside it.









    share







    New contributor




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























      0












      0








      0








      So far I have created an ubuntu image pulled off from the docker hub and did a docker run on that image to start a container based off that image.Now I want to create image including the apache server and deploy that image on my own server and run the server inside it.









      share







      New contributor




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












      So far I have created an ubuntu image pulled off from the docker hub and did a docker run on that image to start a container based off that image.Now I want to create image including the apache server and deploy that image on my own server and run the server inside it.







      linux ubuntu unix docker





      share







      New contributor




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










      share







      New contributor




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








      share



      share






      New contributor




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









      asked 7 mins ago









      Vignesh SwaminathanVignesh Swaminathan

      1




      1




      New contributor




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





      New contributor





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






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






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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',
          autoActivateHeartbeat: false,
          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
          });


          }
          });






          Vignesh Swaminathan is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1418025%2fhow-to-create-an-image-including-apache-server-and-deploy-that-image-on-server-a%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          Vignesh Swaminathan is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Vignesh Swaminathan is a new contributor. Be nice, and check out our Code of Conduct.













          Vignesh Swaminathan is a new contributor. Be nice, and check out our Code of Conduct.












          Vignesh Swaminathan is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1418025%2fhow-to-create-an-image-including-apache-server-and-deploy-that-image-on-server-a%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

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...