The officially official Devuan Forum!

You are not logged in.

#1 Re: Other Issues » docker-ce init script » 2019-02-01 10:06:30

OK, so a working solutions seems to be to install docker-ce 18.06.1 first and then upgrade to the current:

# apt install docker-ce=18.06.1~ce~3-0~debian
# apt install docker-ce

docker-ce 18.06.1 seem to be the last package to include sysv init script

#2 Re: Other Issues » docker-ce init script » 2019-01-07 21:13:49

thanks for this @little

i've gone thought the very same steps myself but missed

git clone https://github.com/moby/moby.git

it might keep me in the devuan-verse after all

#3 Re: Other Issues » docker-ce init script » 2019-01-04 15:20:42

for now running with

(while :; do /usr/bin/dockerd; sleep 1; done) &

in /etc/rc.local

which is probably very broken but seems to work

#4 Other Issues » docker-ce init script » 2019-01-04 10:29:55

danja
Replies: 5

hi,

i'm following up on my question originally posted on twitter https://twitter.com/k0a1a/status/1080575559619526656

is there a recommended way of running dockerd?
esp since docker versions > 17.12 (debian packages) don't seem to include /etc/init.d/docker

from what i gather there should be docker-ce package in ascii and beowulf repos, but:

$ apt policy docker-ce 
docker-ce: 
Installed: (none) 
Candidate: (none) 
Version table:

while

$ 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

what am i missing?
thanks!

Board footer

Forum Software