Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Podman support to Devcontainers #141

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

josharrington
Copy link

@josharrington josharrington commented Feb 7, 2025

I'm developing against Fedora which has Podman installed by default. To use a devcontainer, it was necessary to ensure SELinux was not blocking access to the kvm project files in my home directory.

To configure the Devcontainer extension to use Podman, it must be configured by the user first in their settings.json with "dev.containers.dockerPath": "podman"

  • Creates a podman devcontainer config
  • Ensures dev_update.sh runs in bash as the container image uses zsh by default and it is not compatible

@CLAassistant
Copy link

CLAassistant commented Feb 13, 2025

CLA assistant check
All committers have signed the CLA.

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