Merge pull request #1707 from atoulme/add_proc_mountinfo

[common] add HOST_PROC_MOUNTINFO to EnvMap
pull/1454/merge
shirou 6 months ago committed by GitHub
commit 6c06ac987e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,6 +19,7 @@ const (
HostRunEnvKey EnvKeyType = "HOST_RUN" HostRunEnvKey EnvKeyType = "HOST_RUN"
HostDevEnvKey EnvKeyType = "HOST_DEV" HostDevEnvKey EnvKeyType = "HOST_DEV"
HostRootEnvKey EnvKeyType = "HOST_ROOT" HostRootEnvKey EnvKeyType = "HOST_ROOT"
HostProcMountinfo EnvKeyType = "HOST_PROC_MOUNTINFO"
) )
type EnvMap map[EnvKeyType]string type EnvMap map[EnvKeyType]string

Loading…
Cancel
Save