https://github.com/crc-org/podman-desktop-extension-macadam
https://github.com/crc-org/podman-desktop-extension-macadam
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crc-org/podman-desktop-extension-macadam
- Owner: crc-org
- License: apache-2.0
- Created: 2025-01-20T16:57:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T06:47:17.000Z (3 months ago)
- Last Synced: 2025-04-12T04:13:37.228Z (3 months ago)
- Language: TypeScript
- Size: 363 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Macadam Extension
The Macadam extension is a POC to show how macadam tool can be used to init/start/stop any linux image (e.g fedora, rhel) in any OS
## Contributing
Want to help develop and contribute to the Macadam extension?
You can use pnpm watch --extension-folder from the Podman Desktop directory to automatically rebuild and test the Macadam extension:
Note: make sure you have the appropriate [pre-requisits](https://github.com/podman-desktop/podman-desktop/blob/main/CONTRIBUTING.md#prerequisites-prepare-your-environment) installed.
```
git clone https://github.com/containers/podman-desktop
git clone https://github.com/containers/podman-desktop-extension-macadam
cd podman-desktop-extension-macadam
pnpm install
pnpm build
cd ../podman-desktop
pnpm watch --extension-folder ../podman-desktop-extension-macadam
```