Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duaraghav8/homebrew-dockershrink
Homebrew Tap for Dockershrink
https://github.com/duaraghav8/homebrew-dockershrink
docker docker-image homebrew homebrew-tap
Last synced: 4 days ago
JSON representation
Homebrew Tap for Dockershrink
- Host: GitHub
- URL: https://github.com/duaraghav8/homebrew-dockershrink
- Owner: duaraghav8
- License: mpl-2.0
- Created: 2024-11-07T12:18:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-29T16:28:00.000Z (about 1 month ago)
- Last Synced: 2025-01-17T17:00:51.506Z (13 days ago)
- Topics: docker, docker-image, homebrew, homebrew-tap
- Language: Ruby
- Homepage: https://github.com/duaraghav8/dockershrink
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap for Dockershrink
This is the official Homebrew Tap for [Dockershrink](https://github.com/duaraghav8/dockershrink) - an Open-source, AI-powered commandline tool to reduce the size of your Docker images.## Installation instructions
In your terminal, run the following to install the dockershrink CLI:```bash
brew install duaraghav8/tap/dockershrink
```Then check that everything is working:
```bash
dockershrink version
```## What is Homebrew?
Package manager for macOS (or Linux), see more at https://brew.sh
## What is a Tap?
A third-party (in relation to Homebrew) repository providing installable packages (formulae) on macOS and Linux.
See more at https://docs.brew.sh/Taps