$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Step-by-step – Docker CE Mint 21 Installation

July 30, 2022 | By the+gnu+linux+evangelist.

Pre Install Setup

  1. 2. Pre-installation Testing

    Check if a Previous Docker Version is Installed
    With:

    which docker

    If Yes then Remove that with:

    sudo apt remove docker docker-engine
  2. 3. Installing Required Stuff

    Install PreRequisite Packages
    Simply play:

    sudo apt install apt-transport-https ca-certificates software-properties-common  
    

Contents