Creating a container that uses the hosts ip to host websites?

dominique120

New Member
Feb 28, 2014
13
0
1
How can I do this? I want to create a container to host apache and mysql in there but I would like it tot use the server IP. Is this possible? If so, how do I do it? All machines are debian and are hosted on an OVH dedicated server.
 
you could probably install a reverse proxy on the host with the IP you want to use, redirecting traffic based on domain to a web server VMs or CTs, with private addresses.

Marco