<div dir="ltr">MUCH FANFARE!<div><br></div><div>Awesome news Loïc! I'll be giving this a thorough evaluation on armhf and amd64 machines I have in-house later this weekend from an end user perspective. Thanks for reaching out and letting us know this was ready for trial.</div><div><br></div><div>All the best,</div><div><br></div><div>Charles</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><br></div><div>Charles Butler <<a href="mailto:charles.butler@canonical.com" target="_blank">charles.butler@canonical.com</a>> - Juju Charmer</div><div><span style="font-size:small">Come see the future of modeling your datacenter: </span><a href="http://jujucharms.com/" style="color:rgb(17,85,204);font-size:small" target="_blank">http://jujucharms.com</a><br></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Tue, Oct 18, 2016 at 6:48 AM, Loïc Minier <span dir="ltr"><<a href="mailto:loic.minier@ubuntu.com" target="_blank">loic.minier@ubuntu.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">Hi!<div><br></div><div>Docker is since some days available as a properly confined snap. This will work on top of classic Ubuntu 16.04+ or on top of an up-to-date Ubuntu Core series 16.</div><div><br></div><div>Because the docker.sock path is hardcoded in a lot of images, this snap conflicts with docker debs, so make sure you remove them first:</div><div>sudo apt purge docker docker-engine</div><div><br></div><div>Create a system group for docker:</div><div>sudo groupadd --system docker</div><div><br></div><div>Install the snap:</div><div>sudo snap install docker</div><div><br></div><div>And connect the interfaces (these will go away we have a snap-declaration in place):</div><div><div>sudo snap connect docker:docker-cli docker:docker-daemon</div><div>sudo snap connect docker:firewall-control ubuntu-core:firewall-control</div><div>sudo snap connect docker:support ubuntu-core:docker-support</div><div>sudo service snap.docker.dockerd stop</div><div>sudo service snap.docker.dockerd start</div></div><div><br></div><div>You're now ready to use docker, e.g.:</div><div>sudo /snap/bin/docker run --rm -it hello-world<br></div><div>sudo /snap/bin/docker run --rm -it ubuntu</div><div><br></div><div>At the moment, the Docker snap is available for amd64, armhf, arm64, i386.<br></div><div><div><br></div><div>Docker-compose is also included, and may be used with the "docker.compose" command.</div><div><br></div><div>Want to read more about docker? Read the <a href="https://docs.google.com/document/d/1JHa6tkuR9PtpnAVVmAJIAKuyKBy8E9ZkvG5Wbc6HZSY/edit?usp=sharing" target="_blank">Docker snap status and FAQ doc</a>!</div><div><br></div></div><div>Have fun and please report issues against <a href="https://github.com/docker-snap/docker" target="_blank">https://github.com/<wbr>docker-snap/docker</a></div><div><br></div><div>Cheers,</div><div><div class="m_-7662106021744340236gmail_signature"><div dir="ltr">- Loïc Minier</div></div>
</div></div>
<br>--<br>
Snapcraft mailing list<br>
<a href="mailto:Snapcraft@lists.snapcraft.io">Snapcraft@lists.snapcraft.io</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/snapcraft" rel="noreferrer" target="_blank">https://lists.ubuntu.com/<wbr>mailman/listinfo/snapcraft</a><br>
<br></blockquote></div><br></div>