How to install Docker on Debian?
🢅7
•
category:
self-hosting
•
page size: $PLACEHOLDER
Update the apt
package index and install packages to allow apt
to use a repository over HTTPS:
add Docker’s official GPG key:
setup repository
update packages
install Docker engine
enable docker service start on boot
add user to docker group to run docker without sudo