What is best practice to use docker containers with my hosts file?
I have these records:
test.devel IP of my machine
test2.devel IP of my machine
...
How to do to pass request of test.devel to one docker, and test2.devel to another?
Thanks.
What is best practice to use docker containers with my hosts file?
I have these records:
test.devel IP of my machine
test2.devel IP of my machine
...
How to do to pass request of test.devel to one docker, and test2.devel to another?
Thanks.