Docker kaynaklar https://hub.docker.com/r/million12/haproxy/ cd /etc/haproxy/haproxy.config dosyası http://askubuntu.com/questions/505506/how-to-get-bash-or-ssh-into-a-running-container-in-background-mode Haproxy kaynaklar https://www.howtoforge.com/tutorial/how-to-setup-haproxy-as-load-balancer-for-nginx-on-centos-7/ http://samos-it.com/posts/docker-multi-website-single-ip-host-haproxy.html This post will describe how to expose multiple docker containers running websites on port 80 using HAproxy as a reverse proxy. This makes it possible to run multiple websites on different domains on a single public ip of the host. The basic setup is to create 1 container for haproxy which is exposed to the host on port 80. This HAproxy container will forward the incoming HTTP request to the correct container based on the domain name. Picture drawn with draw.io . First launch the containers which run different websites. In our example we will use a hello-world ...
There is an MSDN article here which suggests that you just move the projects to a new directory. However, as you mentioned, the list of projects is kept in the registry under this key: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\ \ProjectMRUList and the list of recent files is kept in this key: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\ \FILEMRUList Some people have automated clearing this registry key with their own tools: