The officially official Devuan Forum!

You are not logged in.

#1 Other Issues » installing docker-ce · devuan 2.1 amd64 » 2019-12-06 18:52:16

devuandev
Replies: 0

edit sources.list

deb http://deb.devuan.org/merged ascii main non-free contrib

apt update

sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg2 \
    software-properties-common

curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add -

edit sources.list again

deb [arch=amd64] https://download.docker.com/linux/debian stretch stable

apt update

sudo apt install docker-ce

Board footer

Forum Software