Skip to content

Comments

CHANGES MADE:#94

Merged
JinLee794 merged 1 commit intoAzure-Samples:mainfrom
rantifamilusi:feature/add-podman-support
Jan 16, 2026
Merged

CHANGES MADE:#94
JinLee794 merged 1 commit intoAzure-Samples:mainfrom
rantifamilusi:feature/add-podman-support

Conversation

@rantifamilusi
Copy link
Contributor


│ 1. ✅ Updated preflight checks
│ - Auto-detects Docker OR Podman
│ - Sets up Docker compatibility when using Podman
│ - File: devops/scripts/azd/helpers/preflight-checks.sh

│ 2. ✅ Created Podman setup script
│ - File: devops/scripts/azd/helpers/setup-podman-docker-compat.sh
│ - Creates docker symlink for Podman

│ 3. ✅ Updated documentation
│ - README.md - Added Podman to prerequisites
│ - docs/getting-started/prerequisites.md - Added Podman option
│ - docs/deployment/PODMAN.md - Full Podman guide (NEW)

│ 4. ✅ Configured your shell
│ - Added to ~/.zshrc:
│ export DOCKER_HOST="unix:///run/podman/podman.sock"
│ alias docker=podman

│
│ 1. ✅ Updated preflight checks
│    - Auto-detects Docker OR Podman
│    - Sets up Docker compatibility when using Podman
│    - File: devops/scripts/azd/helpers/preflight-checks.sh
│
│ 2. ✅ Created Podman setup script
│    - File: devops/scripts/azd/helpers/setup-podman-docker-compat.sh
│    - Creates docker symlink for Podman
│
│ 3. ✅ Updated documentation
│    - README.md - Added Podman to prerequisites
│    - docs/getting-started/prerequisites.md - Added Podman option
│    - docs/deployment/PODMAN.md - Full Podman guide (NEW)
│
│ 4. ✅ Configured your shell
│    - Added to ~/.zshrc:
│      export DOCKER_HOST="unix:///run/podman/podman.sock"
│      alias docker=podman
Copy link
Collaborator

@JinLee794 JinLee794 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JinLee794 JinLee794 merged commit cc54daa into Azure-Samples:main Jan 16, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants