-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devcontainer.json: use slirp4netns to boot offline (#109)
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`
- Loading branch information
1 parent
956ec8b
commit d7d3c08
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@good-fences-api-0596ce17-9105-4394-83a1-ffb3cce67733.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "none", | ||
"comment": "devcontainer.json: use slirp4netns to boot offline", | ||
"packageName": "@good-fences/api", | ||
"email": "mhuan13@gmail.com", | ||
"dependentChangeType": "none" | ||
} |