<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3998&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / What do you think of Docker?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3998</link>
		<description><![CDATA[The most recent posts in What do you think of Docker?.]]></description>
		<lastBuildDate>Tue, 06 Apr 2021 16:24:49 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: What do you think of Docker?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=28890#p28890</link>
			<description><![CDATA[<p>Maybe I&#039;m getting old (or too paranoid) but I dont really trust these container software thingies.</p>]]></description>
			<author><![CDATA[dummy@example.com (Spock)]]></author>
			<pubDate>Tue, 06 Apr 2021 16:24:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=28890#p28890</guid>
		</item>
		<item>
			<title><![CDATA[Re: What do you think of Docker?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26841#p26841</link>
			<description><![CDATA[<p>I have no idea but I think the developers&#039; resources are pretty stretched as it is so working on Docker infrastructure might not be a priority.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sat, 16 Jan 2021 19:12:01 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26841#p26841</guid>
		</item>
		<item>
			<title><![CDATA[Re: What do you think of Docker?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26838#p26838</link>
			<description><![CDATA[<p>Well that was easy <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><div class="codebox"><pre><code>debootstrap beowulf beowulf
tar -C beowulf -c . | docker import - beowulf
docker run beowulf cat /etc/os-release</code></pre></div><p>Should be easy to automate. </p><p>So do you think we could see an official image?</p>]]></description>
			<author><![CDATA[dummy@example.com (bobemoe)]]></author>
			<pubDate>Sat, 16 Jan 2021 16:45:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26838#p26838</guid>
		</item>
		<item>
			<title><![CDATA[Re: What do you think of Docker?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26336#p26336</link>
			<description><![CDATA[<div class="quotebox"><cite>bobemoe wrote:</cite><blockquote><div><p>I wonder how I&#039;d make my own</p></div></blockquote></div><p><a href="https://docs.docker.com/develop/develop-images/baseimages/" rel="nofollow">https://docs.docker.com/develop/develop … aseimages/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Sun, 20 Dec 2020 13:46:15 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26336#p26336</guid>
		</item>
		<item>
			<title><![CDATA[Re: What do you think of Docker?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26334#p26334</link>
			<description><![CDATA[<p>Just had a bit of a read up of LXC / LXD and while it looks pretty cool, it seem Canonical are heavily involved!&#160; They ruined Ubuntu for me with their crazy Unity interface. I wonder what direction this is going in!? Looks like LXD is their version of LXC, but they are still &quot;sponsoring&quot; the whole project?</p><p>Mmm yeah I was wondering about how much to trust containers, Having and understanding the workings of Devuan on the host for privacy/security/trust reasons and then allowing a black box container to run... hmmm.</p><p>Rolling my own sounds like a possible solution. I see there are a few non official Devuan base images. But can we trust any of them? I wonder how I&#039;d make my own, or would it be an idea to encourage an official build?</p>]]></description>
			<author><![CDATA[dummy@example.com (bobemoe)]]></author>
			<pubDate>Sun, 20 Dec 2020 12:58:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26334#p26334</guid>
		</item>
		<item>
			<title><![CDATA[Re: What do you think of Docker?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26287#p26287</link>
			<description><![CDATA[<p>Interesting article just published:</p><p><a href="https://prevasio.com/static/web/viewer.html?file=/static/Red_Kangaroo.pdf" rel="nofollow">51% of 4M Docker images have critical vulnerabilities</a></p><p>Probably best to just roll your own containers then...</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 17 Dec 2020 17:49:27 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26287#p26287</guid>
		</item>
		<item>
			<title><![CDATA[Re: What do you think of Docker?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26280#p26280</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>bobemoe wrote:</cite><blockquote><div><p>systemd isn&#039;t actually inside many containers</p></div></blockquote></div><p>Yeah, docker&#039;s default image is based on Alpine Linux and that is fundamentally incompatible with systemd because it uses musl libc.</p></div></blockquote></div><p>But the ubuntu and debian base images are quite popular which is where I&#039;d expect systemd to try and sneak/force its way in!</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="quotebox"><cite>bobemoe wrote:</cite><blockquote><div><p>Are there better containers systems to be investigating?</p></div></blockquote></div><p>There&#039;s systemd-nspawn <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>But seriously, how about <a href="https://linuxcontainers.org/" rel="nofollow">LXC</a>? I don&#039;t actually run any servers though so my opinion is pretty worthless.</p></div></blockquote></div><p>Sweet, I&#039;d not heard of this, thanks. I&#039;ll research this before going down the (dying?) docker route.</p><div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Yes, docker is superfluous and just adds an extra layer to Kubernetes&#039; container system:</p><p><a href="https://www.tariqislam.com/posts/kubernetes-docker-dep/" rel="nofollow">https://www.tariqislam.com/posts/kubernetes-docker-dep/</a></p></div></blockquote></div><p>Looks a good read, will have a proper look soon, thanks again <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><div class="quotebox"><cite>bgstack15 wrote:</cite><blockquote><div><p>From what I read, I was under the impression that k8s was removing a specific layer of code that interacts with Docker. You will still be able to use Docker components underneath k8s, because they both use CRI (container runtime interface) protocols. <a href="https://news.ycombinator.com/item?id=25280888" rel="nofollow">https://news.ycombinator.com/item?id=25280888</a></p></div></blockquote></div><p>Thanks also for another good read. I guess I&#039;m still a way off making a decision!</p><p>Think I&#039;ll have to have a play with Kubernetes then and LXC. Would these be a good choice to maintain software freedom? And maybe ditch Docker.</p>]]></description>
			<author><![CDATA[dummy@example.com (bobemoe)]]></author>
			<pubDate>Wed, 16 Dec 2020 12:20:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26280#p26280</guid>
		</item>
		<item>
			<title><![CDATA[Re: What do you think of Docker?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26264#p26264</link>
			<description><![CDATA[<p>From what I read, I was under the impression that k8s was removing a specific layer of code that interacts with Docker. You will still be able to use Docker components underneath k8s, because they both use CRI (container runtime interface) protocols. <a href="https://news.ycombinator.com/item?id=25280888" rel="nofollow">https://news.ycombinator.com/item?id=25280888</a></p>]]></description>
			<author><![CDATA[dummy@example.com (bgstack15)]]></author>
			<pubDate>Mon, 14 Dec 2020 21:29:34 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26264#p26264</guid>
		</item>
		<item>
			<title><![CDATA[Re: What do you think of Docker?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26261#p26261</link>
			<description><![CDATA[<div class="quotebox"><cite>bobemoe wrote:</cite><blockquote><div><p>systemd isn&#039;t actually inside many containers</p></div></blockquote></div><p>Yeah, docker&#039;s default image is based on Alpine Linux and that is fundamentally incompatible with systemd because it uses musl libc.</p><div class="quotebox"><cite>bobemoe wrote:</cite><blockquote><div><p>Are there better containers systems to be investigating?</p></div></blockquote></div><p>There&#039;s systemd-nspawn <img src="https://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>But seriously, how about <a href="https://linuxcontainers.org/" rel="nofollow">LXC</a>? I don&#039;t actually run any servers though so my opinion is pretty worthless.</p><div class="quotebox"><cite>bobemoe wrote:</cite><blockquote><div><p>Are their reasons genuine</p></div></blockquote></div><p>Yes, docker is superfluous and just adds an extra layer to Kubernetes&#039; container system:</p><p><a href="https://www.tariqislam.com/posts/kubernetes-docker-dep/" rel="nofollow">https://www.tariqislam.com/posts/kubernetes-docker-dep/</a></p><div class="quotebox"><cite>bobemoe wrote:</cite><blockquote><div><p>is it sneaky move to force the direction of adoption</p></div></blockquote></div><p>Probably.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 14 Dec 2020 18:47:02 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26261#p26261</guid>
		</item>
		<item>
			<title><![CDATA[What do you think of Docker?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=26259#p26259</link>
			<description><![CDATA[<p>I&#039;m posting this because I&#039;ve started using Docker a lot lately, mainly on my Devuan servers, and beginning to on my Devuan desktops at home, and it crossed my mind, &quot;What&#039;s the point of running Devuan to avoid systemd, if I&#039;m just going to end up having it in various containers!?&quot;</p><p>After a bit of research I found that systemd isn&#039;t actually inside many containers, its a pain to do so, and pretty pointless! That gave me hope that Docker could be something good. Containers may even be a reason for packages not to adopt systemd <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>So I&#039;m on the brink of embracing Docker, and I find that kubernetes is deprecating Docker: <a href="https://kubernetes.io/blog/2020/12/02/dont-panic-kubernetes-and-docker/" rel="nofollow">https://kubernetes.io/blog/2020/12/02/d … nd-docker/</a></p><p>Will Docker take a big hit with this? Is this the right time to be embracing it? Are there better containers systems to be investigating?</p><p>Are their reasons genuine or is it sneaky move to force the direction of adoption, similar to how systemd does?</p><p>Thoughts? <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (bobemoe)]]></author>
			<pubDate>Mon, 14 Dec 2020 16:41:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=26259#p26259</guid>
		</item>
	</channel>
</rss>
