docker on linuxlite and ed/x/ubuntu
how to install docker-ce on linuxlite and ed/x/ubuntu
- https://docs.docker.com/install/linux/docker-ce/ubuntu/
- https://store.docker.com/editions/community/docker-ce-server-ubuntu
- https://store.docker.com/editions/community/docker-ce-server-ubuntu/plans/docker-ce-server-ubuntu-tier?tab=instructions
quickstart
# aptitude update
# aptitude install apt-transport-https \
ca-certificates \
curl \
software-properties-common
# add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"