You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by runseb <gi...@git.apache.org> on 2014/12/19 09:55:46 UTC

[GitHub] cloudstack pull request: Adding Dockerfile and instructions

GitHub user runseb opened a pull request:

    https://github.com/apache/cloudstack/pull/61

    Adding Dockerfile and instructions

    This adds a Dockerfile that builds an image to compile cloudstack from source.
    The container is based on ubuntu 14.04
    The simulator is used
    Mysql is package in the container and runs with jetty via supervisor
    
    The build can take a long time as it downloads all packages, once cached it is much faster.
    
    The Dockerfile can be optimized to reduce the image size, once done I will upload to Docker hub.
    
    This can also make its way onto 4.4, 4.5 and master branch but the Marvin package version will need to be checked.
    
    Instructions are added in the README

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/runseb/cloudstack 4.3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/61.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #61
    
----
commit f6c7055f1047a5b47252d1b2eb42479ce1fd7cf6
Author: Sebastien Goasguen <ru...@gmail.com>
Date:   2014-12-19T08:45:54Z

    Adding Dockerfile and instructions

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Adding Dockerfile and instructions

Posted by runseb <gi...@git.apache.org>.
Github user runseb commented on the pull request:

    https://github.com/apache/cloudstack/pull/61#issuecomment-67613351
  
    If you try this on a Ubuntu docker host, you will need to get the latest version of Docker. the package defaults to 1.0.1 version which does not have the docker exec command.
    
        sudo curl -sSL https://get.docker.com/ubuntu/ | sudo sh
    
    On CentOS you should be fine with a yum install docker-ii


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request: Adding Dockerfile and instructions

Posted by runseb <gi...@git.apache.org>.
Github user runseb closed the pull request at:

    https://github.com/apache/cloudstack/pull/61


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---