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

devcontainer.json: use slirp4netns to boot offline #109

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

Adjective-Object
Copy link
Owner

replaces the default (pasta) with slirp4netns in the podman container.

This is a workaround to allow using the container when offline.

Note that this actually degrades network peformance for the container,
so it should be removed once the fix for pasta/podman is eventually implemented.
See: containers/podman#23566

Note that this requires the host system to have slirp4netns installed
on fedora you can do this via dnf install slirp4netns

replaces the default (paste) with slirp4netns in the podman container.

This is a workaround to allow using the container when
offline.

Note that this actually degrades network peformance for the container,
so it should be removed once the fix for pasta/podman is eventually
implemented.
See: containers/podman#23566

Note that this requires the host system to have slirp4netns installed
on fedora you can do this via `dnf install slirp4netns`
@Adjective-Object Adjective-Object enabled auto-merge (squash) December 11, 2024 17:40
@Adjective-Object Adjective-Object merged commit d7d3c08 into main Dec 11, 2024
7 checks passed
@Adjective-Object Adjective-Object deleted the slirp4netns branch December 11, 2024 17:56
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.

1 participant