Skip to content

Add macOS support to quickstart scripts #222

@agullon

Description

@agullon

Description

The quickstart and quickclean scripts currently only support Linux. Add macOS support so users can run MicroShift in a bootc container on macOS via a Podman machine.

Requirements

  • Detect macOS (uname -s == Darwin) and adjust behavior accordingly
  • Use podman machine ssh to manage LVM inside the Podman machine VM
  • Validate that the Podman machine is running in rootful mode
  • Guard Linux-only commands (modprobe, rpm, systemctl, etc.)
  • Make container name configurable via CONTAINER_NAME env var
  • Update README OS support table

Implementation

PR #220

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions