Docker CLI
Overview
sudo apt update && sudo apt -y install docker-ce-cliUninstall
sudo apt -y remove docker-ce-cli CPE
cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:* Version & Lifecycle
Community Notes
DockerCLI – Command-line note
For silent deployment of Docker Desktop (which includes DockerCLI), execute the installer as: "Docker Desktop Installer.exe" install --quiet --accept-license --backend=wsl-2 --always-run-service in an elevated PowerShell with Start-Process -Wait -ArgumentList 'install', '--quiet', '--accept-license', '--backend=wsl-2', '--always-run-service'. This suppresses UI prompts, accepts the EULA, sets WSL 2 as backend, and configures the service for automatic startup without admin privileges post-install. Add users to the docker-users group via net localgroup docker-users /add for access.
Release Notes & Updates
Known Vulnerabilities
- CVE-2019-15752 7.8
- CVE-2014-9357 10.0
- CVE-2014-0048 9.8
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Available via official Docker repositories for Linux distributions; also included in Docker Desktop packages for Windows and Mac