Docker
Official documents: docker docs
install using the repository
ref: Install Docker Engine on Ubuntu
uninstall old versions
sudo apt remove docker docker-engine docker.io containerd runcset up the repository
Update apt package and install packages
$ sudo apt-get update
$ sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-commonAdd Docker's offical GPG key and verify
Set up the stable repository
install docker engine
verify docker
Demo
RSSHub
download RSSHub image
run RSSHub
stop RSSHub
remove RSSHub
Last updated
Was this helpful?