How to run a Docker image in Open server without using the docker containerHow is Docker different from a virtual machine?How to list containers in DockerHow to remove old Docker containersHow does one remove an image in Docker?Run a Docker Image as a ContainerWhere are Docker images stored on the host machine?Copying files from Docker container to hostCopying files from host to Docker containerWhat is the difference between a Docker image and a container?How to copy Docker images from one host to another without using a repository

Should I self-publish my novella on Amazon or try my luck getting publishers?

What are these mathematical groups in U.S. universities?

Unexpected route on a flight from USA to Europe

How to continue a line in Latex in math mode?

What city skyline is this picture of?

Can chords be inferred from melody alone?

The actual purview of Her Majesty The Queen's Perogative?

Colleagues speaking another language and it impacts work

Differentiability of operator norm

Determine Beckett Grading Service (BGS) Final Grade

Is it a bad idea to offer variants of a final exam based on the type of allowed calculators?

Does this put me at risk for identity theft?

Secure my password from unsafe servers

Can ads on a page read my password?

How to approach protecting my code as a research assistant? Should I be worried in the first place?

Is there a difference between 「目を覚ます」 and 「目覚める」

Is there such thing as a "3-dimensional surface?"

Based on what criteria do you add/not add icons to labels within a toolbar?

How to halve redstone signal strength?

How do these cubesats' whip antennas work?

What can make Linux so unresponsive?

What is the German idiom or expression for when someone is being hypocritical against their own teachings?

Who is the god Ao?

Are children a reason to be rejected for a job?



How to run a Docker image in Open server without using the docker container


How is Docker different from a virtual machine?How to list containers in DockerHow to remove old Docker containersHow does one remove an image in Docker?Run a Docker Image as a ContainerWhere are Docker images stored on the host machine?Copying files from Docker container to hostCopying files from host to Docker containerWhat is the difference between a Docker image and a container?How to copy Docker images from one host to another without using a repository






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I'm setting up a cluster environment with 7 servers and I have a already created docker image which I have configured our application. I need to use that docker image inside my open server but not Inside the docker as it affects the performance when we are doing load tests.



I'm using Ubuntu servers and all configurations are done by Jenkins jobs using ssh.



My ultimate outcome is to reset the cluster environment each time when I executing the Jenkins jobs for each new release of our application. Is there a way to do that??










share|improve this question
























  • I am not sure that I get your problem. Do you want to just clean the docker in your servers? "docker system prune -a" may be the solution.

    – paco alcacer
    Mar 27 at 13:47











  • No, I want to execute docker image directly on my server without the docker container.so that I can use the server space and it's not affecting the performance when running load tests

    – sanduni jayawardena
    Mar 28 at 5:17











  • as far as I know, no way to do this. You may use vm snapshot rather than container.

    – paco alcacer
    Mar 28 at 7:30











  • as far as I know, no way to do this. You may use vm snapshot rather than container.

    – paco alcacer
    Mar 28 at 7:32






  • 1





    pubs.vmware.com/workstation-9/topic/com.vmware.ws.using.doc/…

    – paco alcacer
    Mar 28 at 8:53

















1















I'm setting up a cluster environment with 7 servers and I have a already created docker image which I have configured our application. I need to use that docker image inside my open server but not Inside the docker as it affects the performance when we are doing load tests.



I'm using Ubuntu servers and all configurations are done by Jenkins jobs using ssh.



My ultimate outcome is to reset the cluster environment each time when I executing the Jenkins jobs for each new release of our application. Is there a way to do that??










share|improve this question
























  • I am not sure that I get your problem. Do you want to just clean the docker in your servers? "docker system prune -a" may be the solution.

    – paco alcacer
    Mar 27 at 13:47











  • No, I want to execute docker image directly on my server without the docker container.so that I can use the server space and it's not affecting the performance when running load tests

    – sanduni jayawardena
    Mar 28 at 5:17











  • as far as I know, no way to do this. You may use vm snapshot rather than container.

    – paco alcacer
    Mar 28 at 7:30











  • as far as I know, no way to do this. You may use vm snapshot rather than container.

    – paco alcacer
    Mar 28 at 7:32






  • 1





    pubs.vmware.com/workstation-9/topic/com.vmware.ws.using.doc/…

    – paco alcacer
    Mar 28 at 8:53













1












1








1


2






I'm setting up a cluster environment with 7 servers and I have a already created docker image which I have configured our application. I need to use that docker image inside my open server but not Inside the docker as it affects the performance when we are doing load tests.



I'm using Ubuntu servers and all configurations are done by Jenkins jobs using ssh.



My ultimate outcome is to reset the cluster environment each time when I executing the Jenkins jobs for each new release of our application. Is there a way to do that??










share|improve this question














I'm setting up a cluster environment with 7 servers and I have a already created docker image which I have configured our application. I need to use that docker image inside my open server but not Inside the docker as it affects the performance when we are doing load tests.



I'm using Ubuntu servers and all configurations are done by Jenkins jobs using ssh.



My ultimate outcome is to reset the cluster environment each time when I executing the Jenkins jobs for each new release of our application. Is there a way to do that??







docker jenkins cluster-computing hierarchical-clustering docker-image






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 27 at 5:23









sanduni jayawardenasanduni jayawardena

2310 bronze badges




2310 bronze badges















  • I am not sure that I get your problem. Do you want to just clean the docker in your servers? "docker system prune -a" may be the solution.

    – paco alcacer
    Mar 27 at 13:47











  • No, I want to execute docker image directly on my server without the docker container.so that I can use the server space and it's not affecting the performance when running load tests

    – sanduni jayawardena
    Mar 28 at 5:17











  • as far as I know, no way to do this. You may use vm snapshot rather than container.

    – paco alcacer
    Mar 28 at 7:30











  • as far as I know, no way to do this. You may use vm snapshot rather than container.

    – paco alcacer
    Mar 28 at 7:32






  • 1





    pubs.vmware.com/workstation-9/topic/com.vmware.ws.using.doc/…

    – paco alcacer
    Mar 28 at 8:53

















  • I am not sure that I get your problem. Do you want to just clean the docker in your servers? "docker system prune -a" may be the solution.

    – paco alcacer
    Mar 27 at 13:47











  • No, I want to execute docker image directly on my server without the docker container.so that I can use the server space and it's not affecting the performance when running load tests

    – sanduni jayawardena
    Mar 28 at 5:17











  • as far as I know, no way to do this. You may use vm snapshot rather than container.

    – paco alcacer
    Mar 28 at 7:30











  • as far as I know, no way to do this. You may use vm snapshot rather than container.

    – paco alcacer
    Mar 28 at 7:32






  • 1





    pubs.vmware.com/workstation-9/topic/com.vmware.ws.using.doc/…

    – paco alcacer
    Mar 28 at 8:53
















I am not sure that I get your problem. Do you want to just clean the docker in your servers? "docker system prune -a" may be the solution.

– paco alcacer
Mar 27 at 13:47





I am not sure that I get your problem. Do you want to just clean the docker in your servers? "docker system prune -a" may be the solution.

– paco alcacer
Mar 27 at 13:47













No, I want to execute docker image directly on my server without the docker container.so that I can use the server space and it's not affecting the performance when running load tests

– sanduni jayawardena
Mar 28 at 5:17





No, I want to execute docker image directly on my server without the docker container.so that I can use the server space and it's not affecting the performance when running load tests

– sanduni jayawardena
Mar 28 at 5:17













as far as I know, no way to do this. You may use vm snapshot rather than container.

– paco alcacer
Mar 28 at 7:30





as far as I know, no way to do this. You may use vm snapshot rather than container.

– paco alcacer
Mar 28 at 7:30













as far as I know, no way to do this. You may use vm snapshot rather than container.

– paco alcacer
Mar 28 at 7:32





as far as I know, no way to do this. You may use vm snapshot rather than container.

– paco alcacer
Mar 28 at 7:32




1




1





pubs.vmware.com/workstation-9/topic/com.vmware.ws.using.doc/…

– paco alcacer
Mar 28 at 8:53





pubs.vmware.com/workstation-9/topic/com.vmware.ws.using.doc/…

– paco alcacer
Mar 28 at 8:53












1 Answer
1






active

oldest

votes


















0














There is no way to deploy docker image as vm or physical server.
Docker image can be used only on docker server as far as I know.



As @paco alcacer told in comments, best solution to you if you are using virtual environment for example (vsphere/esxi), is to create one virtual machine that will contain all necessary applications for cluster, then simply clone this virtual machine across other servers in cluster.
There are several tools for this depending on what environment you are using






share|improve this answer
























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    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
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55370309%2fhow-to-run-a-docker-image-in-open-server-without-using-the-docker-container%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









    0














    There is no way to deploy docker image as vm or physical server.
    Docker image can be used only on docker server as far as I know.



    As @paco alcacer told in comments, best solution to you if you are using virtual environment for example (vsphere/esxi), is to create one virtual machine that will contain all necessary applications for cluster, then simply clone this virtual machine across other servers in cluster.
    There are several tools for this depending on what environment you are using






    share|improve this answer





























      0














      There is no way to deploy docker image as vm or physical server.
      Docker image can be used only on docker server as far as I know.



      As @paco alcacer told in comments, best solution to you if you are using virtual environment for example (vsphere/esxi), is to create one virtual machine that will contain all necessary applications for cluster, then simply clone this virtual machine across other servers in cluster.
      There are several tools for this depending on what environment you are using






      share|improve this answer



























        0












        0








        0







        There is no way to deploy docker image as vm or physical server.
        Docker image can be used only on docker server as far as I know.



        As @paco alcacer told in comments, best solution to you if you are using virtual environment for example (vsphere/esxi), is to create one virtual machine that will contain all necessary applications for cluster, then simply clone this virtual machine across other servers in cluster.
        There are several tools for this depending on what environment you are using






        share|improve this answer













        There is no way to deploy docker image as vm or physical server.
        Docker image can be used only on docker server as far as I know.



        As @paco alcacer told in comments, best solution to you if you are using virtual environment for example (vsphere/esxi), is to create one virtual machine that will contain all necessary applications for cluster, then simply clone this virtual machine across other servers in cluster.
        There are several tools for this depending on what environment you are using







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 1 at 13:37









        Andrey BistrininAndrey Bistrinin

        335 bronze badges




        335 bronze badges





















            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







            Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • 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%2fstackoverflow.com%2fquestions%2f55370309%2fhow-to-run-a-docker-image-in-open-server-without-using-the-docker-container%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

            Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

            Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

            Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript