-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[brew] Move Docker and Colima to
Brewfile.home
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,20 +31,12 @@ brew "[email protected]" | |
brew "libunistring" | ||
# Perl compatible regular expressions library | ||
brew "pcre" | ||
# Container runtimes on MacOS (and Linux) with minimal setup | ||
brew "colima" | ||
# GNU File, Shell, and Text utilities | ||
brew "coreutils" | ||
# Top-like interface for container metrics | ||
brew "ctop" | ||
# Tool for exploring each layer in a docker image | ||
brew "dive" | ||
# Pack, ship and run any application as a lightweight container | ||
brew "docker" | ||
# Docker CLI plugin for extended build capabilities with BuildKit | ||
brew "docker-buildx" | ||
# Platform keystore credential helper for Docker | ||
brew "docker-credential-helper" | ||
# Perform least recently used (LRU) eviction of Docker images | ||
brew "docuum" | ||
# More intuitive version of du in rust | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters