it is possible to use a hostname different from localhost to point a container?
it is possible, for example, to create a scenario like this?
- host app1.somthing.local → point to the container1
- host app2.somthing.local → point to the container2
where the both containers are running an apache server on port 80
in particular i’m talking about docker for mac.