<div dir="ltr"><div class="gmail_default" style="font-family:arial,sans-serif">Docker-ce is the default unless I've been misled; you would have to pay for Docker Enterprise, and that takes effort to do.  </div><div class="gmail_default" style="font-family:arial,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,sans-serif"> You can stick with <a href="https://hub.docker.com/_/ubuntu/" style="font-family:Arial,Helvetica,sans-serif;font-size:0.875rem">https://hub.docker.com/_/ubuntu/</a> as your base container image if you need something more digestible, it will just come with a lot less than the normal ubuntu install.  

The installation from the docker website is likely the best option.<br><br>Use the latest docker-compose if you want to avoid using messy commands but then instead have to learn how to use the YAML config format. <a href="https://github.com/docker/compose/releases" style="font-family:Arial,Helvetica,sans-serif;font-size:0.875rem">https://github.com/docker/compose/releases</a><br><br>This is probably one of the best ways, and you can examine the script if you imagine that you're experiencing a MITM attack.  <a href="https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-convenience-script" style="font-family:Arial,Helvetica,sans-serif;font-size:0.875rem">https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-convenience-script</a><br><br>I maintain that the Docker User Guide was the method I used, but that was like four years ago now it's been replaced with the Getting Started section <a href="https://docs.docker.com/v17.09/get-started/" style="font-family:Arial,Helvetica,sans-serif;font-size:0.875rem">https://docs.docker.com/v17.09/get-started/</a> it looks like if you plow through steps 1, 2, and 3 at least you will be ready to go but would benefit greatly from doing the whole thing.<br><br>The real question is, what are you trying to accomplish with your foray into the Docker world.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Nov 19, 2019 at 8:24 PM Mikalai Birukou via kwlug-disc <<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><a href="https://www.collabora.com/news-and-blog/blog/2018/07/04/docker-io-debian-package-back-to-life/" rel="noreferrer" target="_blank">https://www.collabora.com/news-and-blog/blog/2018/07/04/docker-io-debian-package-back-to-life/</a><br>
<br>
from comments in<br>
<br>
<a href="https://stackoverflow.com/questions/45023363/what-is-docker-io-in-relation-to-docker-ce-and-docker-ee" rel="noreferrer" target="_blank">https://stackoverflow.com/questions/45023363/what-is-docker-io-in-relation-to-docker-ce-and-docker-ee</a><br>
<br>
<br>
On 2019-11-19 4:49 p.m., Paul Nijjar via kwlug-disc wrote:<br>
> Today is a very sad day; after a series of increasingly-unwise life<br>
> decisions it looks like I finally have to start using (and therefore<br>
> understanding) Docker.<br>
><br>
> My first question: Do I want to use the official Ubuntu packages<br>
> (<a href="http://docker.io" rel="noreferrer" target="_blank">docker.io</a>) or the ones in the Docker repositories (docker-ce)?<br>
><br>
> My inclination is to stick with the Ubuntu repositories even though<br>
> the version of Docker will be older. My understanding is that<br>
> docker-ce bundles a lot of its own dependencies in the image.<br>
><br>
> Are there things in bleeding-edge Docker that I care about? Am I going<br>
> to get in trouble for trying to use the Ubuntu packaged Docker? At<br>
> this point I am just trying to run a single Docker image (that<br>
> somebody else made) on a physical machine running Ubuntu 18.04 .<br>
><br>
> - Paul<br>
><br>
-- <br>
Mikalai Birukou<br>
CEO | 3NSoft Inc.<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div>