Files
podman/test/compose/etc_hosts
Gavin Lam db68764d8b Fix Docker API compatibility with network alias (#17167)
* Add BaseHostsFile to container configuration
* Do not copy /etc/hosts file from host when creating a container using Docker API

Signed-off-by: Gavin Lam <gavin.oss@tutamail.com>
2023-12-14 23:31:44 -05:00
..

etc hosts

This test mounts a /etc/hosts file in the host containing an entry foobar, then create a container with an alias of the same hostname.

Validation

  • No /etc/hosts entries are copied from the host. There should be only one entry of the hostname, which is IP address of the alias.
  • The hostname is resolved to IP address of the alias.