<div dir="ltr"><div>Saw this tidbit in the news (Slashdot):</div><div><br></div><div>Docker will restrict use of the free version of its Docker Desktop 
utility to individuals or small businesses, and has introduced a new 
more expensive subscription, as it searches for a sustainable business 
model. The Register reports: The company has renamed its Free plan to 
"Personal" and now requires that businesses with 250 or more employees, 
or higher than $10m in annual revenue, must use a paid subscription if 
they require Docker Desktop. There are no changes to the command-line 
Docker Engine. The $5/month Pro and $7/month Teams subscriptions 
continue as before, but a new $21/month Business subscription adds 
features including centralized management, single sign-on, and enhanced 
security.
 
The Docker platform has a number of components, of which Docker Desktop 
is just one part. Docker images define the contents of containers. 
Docker containers are runnable instances of images. The Docker daemon is
 a background application that manages and runs Docker images and 
containers. The Docker client is a command-line utility that calls the 
API of the Docker daemon. Docker registries contain images, and the 
Docker Hub is a widely used public registry. Much of Docker (but not 
Desktop) is open source under the Apache v2 license. Docker Desktop is a
 GUI tool for managing various Docker components and functions, 
including containers, images, volumes (storage attached to containers), 
local Kubernetes, development environments within containers, and more. 
Whereas most Docker components are available for Windows, Mac and Linux,
 and despite the fact that most Docker containers run on Linux, Desktop 
is only available for Windows and Mac. Docker CEO Scott Johnston says 
the changes will help the company address security challenges with the 
software supply chain. It'll also help create a viable business model.
 
"We continue to see growth in the developer market. The latest stat we 
have is that by 2030 there's going to be 45 million global developers, 
up from 18-some million today... that requires us to have a business 
that is sustainably scalable," Johnston told The Register.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 31 Aug 2021 at 12:55, Charlie Drage <<a href="mailto:charlie@charliedrage.com">charlie@charliedrage.com</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"><div dir="auto">If anyone has any questions, I actually made the kompose tool ðŸ˜‚.<div dir="auto"><br></div><div dir="auto">Although tbh, with docker compose not being maintained as much and swarm being deprecated, we haven't had much usage of kompose lately. </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat., Aug. 28, 2021, 22:48 Mikalai Birukou via kwlug-disc, <<a href="mailto:kwlug-disc@kwlug.org" target="_blank">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">There is a kompose tool that maps docker compose files to k8s mess of <br>
files: <a href="https://github.com/kubernetes/kompose" rel="noreferrer noreferrer" target="_blank">https://github.com/kubernetes/kompose</a><br>
<br>
And docs have an interesting map, and an implicit comparison/relation of <br>
these two: <a href="https://kompose.io/conversion/" rel="noreferrer noreferrer" target="_blank">https://kompose.io/conversion/</a><br>
<br>
<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" rel="noreferrer" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer noreferrer" target="_blank">https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div>