>_Docker CLIOfficial
@docker
About Docker CLI
Build images, run containers, manage networks and volumes, and work with Docker contexts.
#docker#developer-tools#developer-tool#official#container-cli
Installation
brew install dockerWhat it does
Images and containers
Compose workflows
Remote contexts
Command examples
- 1
docker build -t my-app . - 2
docker compose up - 3
docker ps
Details
More Developer tools CLIs
Bun
$ bun
An all-in-one JavaScript runtime, package manager, bundler, and test runner.
GitHub CLI
$ gh
GitHub on the command line: repositories, pull requests, issues, Actions, releases, and API calls.
GitLab CLI
$ glab
GitLab’s official CLI for merge requests, issues, pipelines, releases, snippets, and self-managed instances.
HTTPie
$ http
A human-friendly HTTP client with JSON, sessions, auth, and formatted output.
Lazygit
$ lazygit
A keyboard-driven terminal UI for staging, rebasing, branching, and Git history.
Playwright
$ playwright
Cross-browser end-to-end testing and browser automation from the command line.
Comments