mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Merge pull request #25060 from mheon/fix_db_case_incompat
Remove JSON tag from UseImageHosts in ContainerConfig
This commit is contained in:
@ -292,7 +292,7 @@ type ContainerNetworkConfig struct {
|
||||
// UseImageHosts indicates that /etc/hosts should not be
|
||||
// bind-mounted inside the container.
|
||||
// Conflicts with HostAdd.
|
||||
UseImageHosts bool `json:"useImageHosts"`
|
||||
UseImageHosts bool
|
||||
// BaseHostsFile is the base file to create the `/etc/hosts` file inside the container.
|
||||
// This must either be an absolute path to a file on the host system, or one of the
|
||||
// special flags `image` or `none`.
|
||||
|
Reference in New Issue
Block a user