mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
Add HostName to quadlet pod
update docs for hostname Signed-off-by: Inshal Khan <kziaul123@gmail.com>
This commit is contained in:
3
test/e2e/quadlet/hostname.pod
Normal file
3
test/e2e/quadlet/hostname.pod
Normal file
@ -0,0 +1,3 @@
|
||||
[Pod]
|
||||
## assert-podman-pre-args "--hostname" "my-host-name"
|
||||
HostName=my-host-name
|
@ -1076,6 +1076,7 @@ BOGUS=foo
|
||||
Entry("Pod - DNS Option", "dns-option.pod"),
|
||||
Entry("Pod - DNS Search", "dns-search.pod"),
|
||||
Entry("Pod - Host", "host.pod"),
|
||||
Entry("Pod - HostName", "hostname.pod"),
|
||||
Entry("Pod - IP", "ip.pod"),
|
||||
Entry("Pod - Name", "name.pod"),
|
||||
Entry("Pod - Network", "network.pod"),
|
||||
|
Reference in New Issue
Block a user