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 runc

set 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-common
  • Add Docker's offical GPG key and verify

  • Set up the stable repository

install docker engine

verify docker

Demo

RSSHub

RSSHub docs

  • download RSSHub image

  • run RSSHub

  • stop RSSHub

  • remove RSSHub

Last updated

Was this helpful?