Skip to content

Commit

Permalink
Update readme with more up-to-date info
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekjarosik committed Oct 26, 2024
1 parent db6ddb1 commit d3e021b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,14 @@ images_directory: /Users/yourusername/.curie/.images

Replace `/Users/yourusername` with your actual username or the path where Curie stores images.

NOTE: For curie up to 3.0, you have to specify ".curie/images" (without a dot)

### Pulling a VM Image

To pull a macOS VM image from an OCI registry:

```bash
geranos pull ghcr.io/macvmio/vm-image:macos-15.0.1-base
geranos pull ghcr.io/macvmio/macos-sonoma:14.5-agent-v1.6
```

This command downloads the VM image while optimizing bandwidth and disk usage.
Expand All @@ -92,7 +94,7 @@ This command downloads the VM image while optimizing bandwidth and disk usage.
After pulling the image, run it using Curie:

```bash
curie run ghcr.io/macvmio/vm-image:macos-15.0.1-base
curie run ghcr.io/macvmio/macos-sonoma:14.5-agent-v1.6
```

### Available Commands
Expand Down Expand Up @@ -131,7 +133,7 @@ geranos [command] --help
- **List remote images**

```bash
geranos remote images ghcr.io/macvmio/vm-image
geranos remote images ghcr.io/macvmio/macos-sonoma
```

- **Push an Image to a Registry:**
Expand Down Expand Up @@ -168,6 +170,7 @@ Geranos is licensed under the Apache 2.0 License. See the [LICENSE](LICENSE) fil
- Enhanced filesystem optimization features.
- Support for additional VM formats and platforms.


## Contact and Support

- **GitHub Repository**: [github.com/macvmio/geranos](https://github.com/macvmio/geranos)
Expand Down

0 comments on commit d3e021b

Please sign in to comment.