<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    And here's a docker image of juju trunk:<br>
    <br>
        docker run -ti -v $HOME/.juju-trunk:/home/ubuntu/.juju
    adamisrael/juju-trunk<br>
    <br>
    This is a nightly build of trunk, for those of us who want to
    explore the bleeding edge. The image contains the go compiler, git,
    and the source installed under ~/.go/. It does not, however, persist
    any changes you might make (although I can add support for that if
    anyone is interested).<br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 2015-03-27 12:23 PM, Adam Israel
      wrote:<br>
    </div>
    <blockquote cite="mid:5515A01E.2050005@canonical.com" type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      Addendum: the actual command to run is:<br>
      <br>
          docker run -ti -v $HOME/.juju-1.23:/home/ubuntu/.juju
      adamisrael/juju-1.23<br>
      <br>
      <br>
      <div class="moz-cite-prefix">On 2015-03-27 11:43 AM, Adam Israel
        wrote:<br>
      </div>
      <blockquote cite="mid:551596B7.60205@canonical.com" type="cite">
        <meta content="text/html; charset=windows-1252"
          http-equiv="Content-Type">
        I just finished building a docker image for anyone who wants to
        test juju 1.23-beta2 in a clean environment. By default, it'll
        setup a new, persistent environment:<br>
        <br>
            docker run -ti adamisrael/juju-1.23 -v
        $HOME/.juju-1.23:/home/ubuntu/.juju<br>
        <br>
        I intend to maintain images for each released version of juju,
        as well as a nightly build of trunk.<br>
        <br>
        Issues, suggestions, and pull requests welcome:<br>
        <br>
            <a moz-do-not-send="true" class="moz-txt-link-freetext"
          href="https://github.com/AdamIsrael/dockerfiles/tree/master/juju/1.23">https://github.com/AdamIsrael/dockerfiles/tree/master/juju/1.23</a><br>
        <br>
        <br>
        <div class="moz-cite-prefix">On 2015-03-27 10:16 AM, Charles
          Butler wrote:<br>
        </div>
        <blockquote
cite="mid:CA+DOLSxbGc=9i-ZQSXy1Pe4mw9t3YADhhXggncR=ZmbAHmZLYw@mail.gmail.com"
          type="cite">
          <div dir="ltr">Using the docker box  is a complete isolation
            from your local system. We're building docker images to
            scratch some itches:
            <div><br>
            </div>
            <div>- Run latest juju in full isolation so we can test the
              new features as they land</div>
            <div>- Isolate dependencies during charm reviews. (00-setup
              as sudo on your system leaves WHAT behind exactly?)</div>
            <div>- A portable method to try things, and get other users
              started</div>
            <div>- Doing something interesting? commit a layer and share
              it! </div>
            <div><br>
            </div>
            <div>There's more implications here than I have listed - but
              it's a good start to see why we are exploring the
              distribution of dockerfiles for juju client usage. </div>
            <div><br>
            </div>
            <div>All the best,</div>
            <div><br>
            </div>
          </div>
          <div class="gmail_extra"><br clear="all">
            <div>
              <div class="gmail_signature">
                <div dir="ltr">
                  <div>
                    <div dir="ltr">
                      <div><br>
                      </div>
                      <div>Charles Butler <<a moz-do-not-send="true"
                          href="mailto:charles.butler@canonical.com"
                          target="_blank">charles.butler@canonical.com</a>>


                        - Juju Charmer</div>
                      <div>Come see the future of datacenter
                        orchestration: <a moz-do-not-send="true"
                          href="http://jujucharms.com" target="_blank">http://jujucharms.com</a></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <br>
            <div class="gmail_quote">On Fri, Mar 27, 2015 at 12:04 PM,
              Nate Finch <span dir="ltr"><<a moz-do-not-send="true"
                  href="mailto:nate.finch@canonical.com" target="_blank">nate.finch@canonical.com</a>></span>
              wrote:<br>
              <blockquote class="gmail_quote" style="margin:0 0 0
                .8ex;border-left:1px #ccc solid;padding-left:1ex">
                <div dir="ltr">What does this do that just using the
                  juju binary on your local system doesn't do? </div>
                <div class="HOEnZb">
                  <div class="h5">
                    <div class="gmail_extra"><br>
                      <div class="gmail_quote">On Fri, Mar 27, 2015 at
                        11:49 AM, Jorge O. Castro <span dir="ltr"><<a
                            moz-do-not-send="true"
                            href="mailto:jorge@ubuntu.com"
                            target="_blank">jorge@ubuntu.com</a>></span>
                        wrote:<br>
                        <blockquote class="gmail_quote" style="margin:0
                          0 0 .8ex;border-left:1px #ccc
                          solid;padding-left:1ex">Hi everyone,<br>
                          <br>
                          First, if you haven't seen this yet, this is a
                          docker container that<br>
                          let's you just try Juju, with the limitation
                          that you can't do the<br>
                          local provider.<br>
                          <br>
                          - <a moz-do-not-send="true"
                            href="https://registry.hub.docker.com/u/whitmo/jujubox/"
                            target="_blank">https://registry.hub.docker.com/u/whitmo/jujubox/</a><br>
                          - <a moz-do-not-send="true"
                            href="https://github.com/whitmo/jujubox"
                            target="_blank">https://github.com/whitmo/jujubox</a><br>
                          <br>
                          And here's the new bits, Cory Johns has been
                          working on making a juju<br>
                          docker container that is more useful for charm
                          developers and testers<br>
                          (so it's a bit larger than the jujubox)<br>
                          <br>
                          - <a moz-do-not-send="true"
                            href="https://registry.hub.docker.com/u/johnsca/charmbox/"
                            target="_blank">https://registry.hub.docker.com/u/johnsca/charmbox/</a><br>
                          - <a moz-do-not-send="true"
                            href="https://github.com/juju-solutions/charmbox"
                            target="_blank">https://github.com/juju-solutions/charmbox</a><br>
                          <br>
                          Again the limitation is you can't use the
                          local provider, however if<br>
                          you're testing on public clouds then you
                          should see dramatic workflow<br>
                          speed vs. using the vagrant boxes.<br>
                          <br>
                          PRs and feedback all welcome!<br>
                          <span><font color="#888888"><br>
                              --<br>
                              Jorge Castro<br>
                              Canonical Ltd.<br>
                              <a moz-do-not-send="true"
                                href="http://juju.ubuntu.com/"
                                target="_blank">http://juju.ubuntu.com/</a>
                              - Automate your Cloud Infrastructure<br>
                              <br>
                              --<br>
                              Juju mailing list<br>
                              <a moz-do-not-send="true"
                                href="mailto:Juju@lists.ubuntu.com"
                                target="_blank">Juju@lists.ubuntu.com</a><br>
                              Modify settings or unsubscribe at: <a
                                moz-do-not-send="true"
                                href="https://lists.ubuntu.com/mailman/listinfo/juju"
                                target="_blank">https://lists.ubuntu.com/mailman/listinfo/juju</a><br>
                            </font></span></blockquote>
                      </div>
                      <br>
                    </div>
                  </div>
                </div>
                <br>
                --<br>
                Juju mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:Juju@lists.ubuntu.com">Juju@lists.ubuntu.com</a><br>
                Modify settings or unsubscribe at: <a
                  moz-do-not-send="true"
                  href="https://lists.ubuntu.com/mailman/listinfo/juju"
                  target="_blank">https://lists.ubuntu.com/mailman/listinfo/juju</a><br>
                <br>
              </blockquote>
            </div>
            <br>
          </div>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <br>
        </blockquote>
        <br>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>