You are not logged in.
Pages: 1
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
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
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
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!
Pages: 1