Show HN: Microservices Continuous Deployment with Dockergithub.com2 points·by warrior10111·11 anni fa·0 comments
Compose Registry – a search engine for Docker Compose application stackscomposeregistry.com3 points·by warrior10111·11 anni fa·0 comments
Show HN: Docker-compose-ui – a web interface for Docker Composegithub.com1 points·by warrior10111·11 anni fa·0 comments
warrior10111·10 anni fa·discussshameless plug, I've developed an HTTP API (plus a minimal web interface) on top of docker compose: https://github.com/francescou/docker-compose-ui , it shold be fully compatible with the docker-compose CLI.
warrior10111·11 anni fa·discussI've implemented a zero downtime Continuous Deployment pipeline with Jenkins and Docker, see project here: https://github.com/francescou/docker-continuous-deployment
warrior10111·13 anni fa·discusscool, I made this bookmarklet to convert spreadsheets to JSON directly from Google Drive:javascript:(function(){var key=/key=[a-zA-Z0-9]+/.exec(window.location.search)[1];var url="https://spreadsheets.google.com/feeds/list/"+key+"/od6/publi...;})();