https://github.com/mattt/commoditize
A command-line utility for macOS that mounts a Docker container image as an external disk image.
https://github.com/mattt/commoditize
Last synced: 8 months ago
JSON representation
A command-line utility for macOS that mounts a Docker container image as an external disk image.
- Host: GitHub
- URL: https://github.com/mattt/commoditize
- Owner: mattt
- License: mit
- Created: 2021-05-14T17:03:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T18:58:38.000Z (over 4 years ago)
- Last Synced: 2025-05-05T21:12:06.497Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 22
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# commoditize
A command-line utility for macOS that mounts a Docker container image
as an external disk image.
## Requirements
- macOS 10.0+
- [skopeo](https://github.com/containers/skopeo)
## Installation
```terminal
$ git clone https://github.com/mattt/commoditize.git
$ cd commoditize
$ brew bundle
$ make install
```
## Usage
```terminal
$ commoditize docker://ghcr.io/homebrew/core/syncthing:1.16.1
```

## License
MIT
## Contact
Mattt ([@mattt](https://twitter.com/mattt))
[`mdls`]: https://www.unix.com/man-page/osx/1/mdls/