An open API service indexing awesome lists of open source software.

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.

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
```

Example disk image mounted with commoditize on macOS Big Sur

## License

MIT

## Contact

Mattt ([@mattt](https://twitter.com/mattt))

[`mdls`]: https://www.unix.com/man-page/osx/1/mdls/