By editor, 26 July, 2023 Install Docker on Linux Mint Tags Linux docker Install Docker on Linux Mint 20.3 1. Update the apt package index and install packages to allow apt to use a repository over HTTPS: sudo apt-get update sudo apt-get install ca-certificates curl gnupg
By editor, 25 May, 2020 Docker cleanup - free disk space (prune) Tags docker Remove all everything not used by at least one container - Prune everything docker system prune Note : If you are on Docker 17.06.1 or higher and want to also prune volumes, add the --volumes flag:docker system prune --volumes