mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-30 17:22:33 +00:00
fc-toml: remove proxy section in config
proxy will never be use with the Firecracker VMM. Keeping this header will result in runtime failures, since the configuration will be parsed on the path searched for. Since vsock will always be used, remove the proxy section. Fixes: #1761 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
parent
48a1caeac8
commit
bbe5584deb
@ -201,8 +201,6 @@ use_vsock = true
|
|||||||
# Default false
|
# Default false
|
||||||
#enable_template = true
|
#enable_template = true
|
||||||
|
|
||||||
[proxy.@PROJECT_TYPE@]
|
|
||||||
|
|
||||||
[shim.@PROJECT_TYPE@]
|
[shim.@PROJECT_TYPE@]
|
||||||
path = "@SHIMPATH@"
|
path = "@SHIMPATH@"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user