Docker - haproxy-confd-etcd: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Linux * http://ox86.tumblr.com/post/90554410668/easy-scaling-with-docker-haproxy-and-confd") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
* http://ox86.tumblr.com/post/90554410668/easy-scaling-with-docker-haproxy-and-confd |
* http://ox86.tumblr.com/post/90554410668/easy-scaling-with-docker-haproxy-and-confd |
||
= Build docker from dockerfile = |
|||
<pre> |
|||
docker build -t ouruser/sinatra:v2 . |
|||
</pre> |
|||
* https://docs.docker.com/userguide/dockerimages/ |
|||
= Nginx as frontend to unicorn = |
|||
Tweaks to make nginx faster |
|||
* http://vstark.net/2012/10/21/nginx-unicorn-performance-tweaks/ |
Latest revision as of 13:43, 11 October 2015
Build docker from dockerfile
docker build -t ouruser/sinatra:v2 .
Nginx as frontend to unicorn
Tweaks to make nginx faster