Add HOSTNAME env var to container
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
6a43d07bae
commit
fa1ad4f54e
1 changed files with 2 additions and 0 deletions
|
@ -1013,7 +1013,9 @@ func (s *Server) createSandboxContainer(ctx context.Context, containerID string,
|
|||
specgen.AddBindMount("/etc/hosts", "/etc/hosts", options)
|
||||
}
|
||||
|
||||
// Set hostname and add env for hostname
|
||||
specgen.SetHostname(sb.Hostname())
|
||||
specgen.AddProcessEnv("HOSTNAME", sb.Hostname())
|
||||
|
||||
specgen.AddAnnotation(annotations.Name, containerName)
|
||||
specgen.AddAnnotation(annotations.ContainerID, containerID)
|
||||
|
|
Loading…
Reference in a new issue