Files
Paul Holzinger b1736c472a test/compose: remove compose v1 code
Now that we only test compose v2 remove the special cases from the test
code to simply the tests.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-04-18 14:48:37 +02:00
..
2024-04-18 14:48:37 +02: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.