Skip to content

Commit 9176d8b

Browse files
committed
fix(config): default containers to host networking
- set Podman netns default to host in the embedded containers configuration
1 parent 318da8d commit 9176d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/config/containers.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ default_sysctls = [
241241
# For example it can be set to `bridge`, `host`, `none`, `pasta` and more, see the podman-create(1)
242242
# manual for all available options.
243243
#
244-
#netns = ""
244+
netns = "host"
245245

246246
# Do not modify the `/etc/hosts` file in the container. Podman assumes control
247247
# over the container's `/etc/hosts` file by default; refer to the `--add-host`

0 commit comments

Comments
 (0)