Icon

Docker CLI

The Docker CLI provides a command-line interface to manage containers, images, and Docker Hub repositories. It enables building, running, and managing containerized applications from any terminal, supporting automation and scriptability.
Latest: 29.4.3
Last checked: Feb 7, 2026 8:48pm
Rank: 339/15140
Monitored via:
Winget NVD CISA KEV Request more monitors
Follow to track new versions in your feed.
Report

Overview

0
License: Apache License 2.0Installer: package manager (apt)Silent: YesWinget: Available
Silent install
sudo apt update && sudo apt -y install docker-ce-cli

Uninstall
sudo apt -y remove docker-ce-cli

CPE
cpe:2.3:a:docker:docker:*:*:*:*:*:*:*:*

Version & Lifecycle

0
Current: 29.4.3 N-2: 29.4.1 Avg cadence: Every 11 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • January 13, 2026
0

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

0
Avg cadence:
Updates • 0

Known Vulnerabilities

0
  • 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.

DockerCLI

Packaging Notes

0

Available via official Docker repositories for Linux distributions; also included in Docker Desktop packages for Windows and Mac

Notes

0

Docker CLI can be installed standalone on Linux or used as part of Docker Desktop on Windows and Mac. The Docker Desktop CLI is a separate plugin to control Docker Desktop application lifecycle.