Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove container.conf file if system mode networking in use
The container.conf file has a setting called machine_enabled in the engine section, which lets the podman client know that a command is running on an instance created with the podman machine command. This allows the use of gvisor-tap-vsock when a container is created with an exposed port. However, this setting should be disabled for system mode networking, so that it doesn't prevent the creation of containers that need to expose a port. With this patch user can able to use microshift/podman preset with system mode networking and start containers with exposed port but not able to access that service from the host. workaround for #3515
- Loading branch information