<?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=2583&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / docker-ce init script]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2583</link>
		<description><![CDATA[The most recent posts in docker-ce init script.]]></description>
		<lastBuildDate>Fri, 01 Feb 2019 10:06:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: docker-ce init script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13925#p13925</link>
			<description><![CDATA[<p>OK, so a working solutions seems to be to install docker-ce 18.06.1 first and then upgrade to the current:</p><div class="codebox"><pre><code># apt install docker-ce=18.06.1~ce~3-0~debian
# apt install docker-ce</code></pre></div><p>docker-ce 18.06.1 seem to be the last package to include sysv init script</p>]]></description>
			<author><![CDATA[dummy@example.com (danja)]]></author>
			<pubDate>Fri, 01 Feb 2019 10:06:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13925#p13925</guid>
		</item>
		<item>
			<title><![CDATA[Re: docker-ce init script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13616#p13616</link>
			<description><![CDATA[<p>thanks for this @little</p><p>i&#039;ve gone thought the very same steps myself but missed </p><div class="codebox"><pre><code>git clone https://github.com/moby/moby.git</code></pre></div><p>it might keep me in the devuan-verse after all</p>]]></description>
			<author><![CDATA[dummy@example.com (danja)]]></author>
			<pubDate>Mon, 07 Jan 2019 21:13:49 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13616#p13616</guid>
		</item>
		<item>
			<title><![CDATA[Re: docker-ce init script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13612#p13612</link>
			<description><![CDATA[<p>I setup docker on Devuan Ascii recently, and this is what I did:</p><p>These instructions assume you are running an x86-64 Ascii build (docker typically doesn&#039;t do as well on x86, and haven&#039;t tried ARM). They were tested in December of 2018 and are likely to change.</p><p>Follow the instructions here:</p><p><a href="https://docs.docker.com/install/linux/docker-ce/debian/" rel="nofollow">https://docs.docker.com/install/linux/docker-ce/debian/</a></p><p>On the step for adding the docker repo to apt.sources you will use</p><div class="codebox"><pre><code>deb [arch=amd64] https://download.docker.com/linux/debian stretch stable</code></pre></div><p>instead of</p><div class="codebox"><pre><code> sudo add-apt-repository \
   &quot;deb [arch=amd64] https://download.docker.com/linux/debian \
   $(lsb_release -cs) \
   stable&quot;</code></pre></div><p>Because lsb_release on the latter will add ascii, and that won&#039;t work.</p><p>At this point docker is installed, and the binary in /usr/bin/ is available but docker<br />server isn&#039;t running.</p><p>the command # dockerd will run the docker daemon, but we want an init script.</p><p>This post (link:<a href="https://paddy-hack.gitlab.io/posts/sandwiching-docker-with-devuan/" rel="nofollow">https://paddy-hack.gitlab.io/posts/sand … th-devuan/</a>) mentions that<br />aufs is not supported in the Linux 4.9 image from Jessie-backports. But we are using Ascii, and AUFS apparently works, no problem. No need to change to BTRFS in ASCII.</p><p>But, there is a problem: the sysvinit init scripts have been recently removed from docker-ce (link:<br /><a href="https://github.com/docker/for-linux/issues/482" rel="nofollow">https://github.com/docker/for-linux/issues/482</a>)</p><p>Next, </p><div class="codebox"><pre><code>git clone https://github.com/moby/moby.git</code></pre></div><p>and navigate to contrib/init/sysvinit-debian/ you will find an init script there that can be used... As well as a file for /etc/default</p><p>And after adding this init file, and starting the service, docker will load the hello-world file.</p><p>Not happy that they removed the init scripts... But I just looked at that issue above for the docker repo again, and it looks like they made some changes since I first installed docker on devuan. It might be that you don&#039;t need to borrow the script from the Moby repo.</p>]]></description>
			<author><![CDATA[dummy@example.com (little)]]></author>
			<pubDate>Mon, 07 Jan 2019 17:56:40 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13612#p13612</guid>
		</item>
		<item>
			<title><![CDATA[Re: docker-ce init script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13576#p13576</link>
			<description><![CDATA[<p>for now running with </p><div class="codebox"><pre><code>(while :; do /usr/bin/dockerd; sleep 1; done) &amp;</code></pre></div><p>in /etc/rc.local</p><p>which is probably very broken but seems to work</p>]]></description>
			<author><![CDATA[dummy@example.com (danja)]]></author>
			<pubDate>Fri, 04 Jan 2019 15:20:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13576#p13576</guid>
		</item>
		<item>
			<title><![CDATA[Re: docker-ce init script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13571#p13571</link>
			<description><![CDATA[<p>I&#039;m not sure it is the right way but I run docker-ce jessie on devuan ascii instead of docker-ce stretch because of that problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (soohwa)]]></author>
			<pubDate>Fri, 04 Jan 2019 13:39:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13571#p13571</guid>
		</item>
		<item>
			<title><![CDATA[docker-ce init script]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13570#p13570</link>
			<description><![CDATA[<p>hi, </p><p>i&#039;m following up on my question originally posted on twitter <a href="https://twitter.com/k0a1a/status/1080575559619526656" rel="nofollow">https://twitter.com/k0a1a/status/1080575559619526656</a></p><div class="quotebox"><blockquote><div><p>is there a recommended way of running dockerd? <br />esp since docker versions &gt; 17.12 (debian packages) don&#039;t seem to include /etc/init.d/docker</p></div></blockquote></div><p>from what i gather there should be docker-ce package in ascii and beowulf repos, but:</p><div class="codebox"><pre><code>$ apt policy docker-ce 
docker-ce: 
Installed: (none) 
Candidate: (none) 
Version table:</code></pre></div><p>while</p><div class="codebox"><pre><code>$ cat /etc/apt/sources.list

deb http://de.deb.devuan.org/merged ascii main contrib
deb-src http://de.deb.devuan.org/merged ascii main

deb http://de.deb.devuan.org/merged ascii-security main
deb-src http://de.deb.devuan.org/merged ascii-security main

deb http://de.deb.devuan.org/merged ascii-updates main
deb-src http://de.deb.devuan.org/merged ascii-updates main

deb http://packages.devuan.org/devuan beowulf main contrib

deb http://de.deb.devuan.org/merged beowulf main contrib</code></pre></div><p>what am i missing? <br />thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (danja)]]></author>
			<pubDate>Fri, 04 Jan 2019 10:29:55 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13570#p13570</guid>
		</item>
	</channel>
</rss>
