The officially official Devuan Forum!

You are not logged in.

#1 2019-12-06 18:52:16

devuandev
Member
Registered: 2019-12-06
Posts: 1  

installing docker-ce · devuan 2.1 amd64

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

Offline

Board footer