<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 05/11/2015 06:27 PM, Lalatendu
      Mohanty wrote:<br>
    </div>
    <blockquote cite="mid:5550A72D.5080008@redhat.com" type="cite">Hi
      All,
      <br>
      <br>
      We have a single vagrant box [1] which have required tools for
      atomicapp. It auto configures docker, kubernetes as single
      server/pod.
      <br>
      <br>
      To run the helloapache atomicapp you need to run below commands in
      a vagrant setup.
      <br>
      <br>
      1. vagrant init atomicapp/dev
      <br>
      2. vagrant up
      <br>
      3. vagrant ssh
      <br>
      4. Create an asnwers file as mentioned in
      <a class="moz-txt-link-freetext" href="https://registry.hub.docker.com/u/aweiteka/helloapache/">https://registry.hub.docker.com/u/aweiteka/helloapache/</a>
      <br>
      5. atomic install aweiteka/helloapache:app
      <br>
      6. atomic run aweiteka/helloapache:app
      <br>
      <br>
      Verify if it is working:
      <br>
      <br>
      1. Check if the pod is "running" state.
      <br>
      2. Check if the http content is available i.e. curl
      <a class="moz-txt-link-freetext" href="http://localhost/">http://localhost/</a>
      <br>
      <br>
      <br>
      The details/more information is available in github link [2].
      <br>
      <br>
      [1] <a class="moz-txt-link-freetext" href="https://atlas.hashicorp.com/atomicapp/boxes/dev">https://atlas.hashicorp.com/atomicapp/boxes/dev</a>
      <br>
      [2]
      <a class="moz-txt-link-freetext" href="https://github.com/LalatenduMohanty/centos7-container-app-vagrant-box">https://github.com/LalatenduMohanty/centos7-container-app-vagrant-box</a>
      <br>
    </blockquote>
    <br>
    FYI,<br>
    <br>
    A new version i.e. 1.1.0 of atomicapp vagrant box is available now.
    It has bug fixes and new packages added to the base image. Thanks to
    all who reported issues in the github repo. [1]<br>
    <br>
    The base image contains following new packages.<br>
    <ul>
      <li>docker-registry [2]<br>
      </li>
      <li>nfs-utils</li>
      <li>PyYAML (dependency for atomicapp<br>
      </li>
      <li>libyaml-devel (dependency for atomicapp)</li>
    </ul>
    <p>Regarding docker-registry, it has been added as developer might
      want to create a local docker registry on the vagrant box. For
      detailed information please refer the issue [2].<br>
    </p>
    <p>Please free to send PR or raise an issue.<br>
    </p>
    [1]
<a class="moz-txt-link-freetext" href="https://github.com/LalatenduMohanty/centos7-container-app-vagrant-box/issues?q=milestone%3A1.1+is%3Aclosed">https://github.com/LalatenduMohanty/centos7-container-app-vagrant-box/issues?q=milestone%3A1.1+is%3Aclosed</a><br>
    [2]
<a class="moz-txt-link-freetext" href="https://github.com/LalatenduMohanty/centos7-container-app-vagrant-box/issues/16">https://github.com/LalatenduMohanty/centos7-container-app-vagrant-box/issues/16</a><br>
    <br>
    Thanks,<br>
    Lala<br>
  </body>
</html>