<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 08:11:15 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/docker-compose/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[docker-compose: the version does matter]]></title><description><![CDATA[I know, serious people use Kubernetes, but all I had was three small containers to deploy to run my website, all on the same host, and hence I figured docker-compose would do. So I set it all up, created]]></description><link>http://direct.ecency.com/hive-169321/@borepstein/docker-compose-the-version-does-matter</link><guid isPermaLink="true">http://direct.ecency.com/hive-169321/@borepstein/docker-compose-the-version-does-matter</guid><category><![CDATA[hive-169321]]></category><dc:creator><![CDATA[borepstein]]></dc:creator><pubDate>Thu, 06 Jul 2023 05:29:42 GMT</pubDate><enclosure url="https://images.ecency.com/p/2dk2RRM2dZ8gKjXsrozapsD83FxL3Xbyyi5LFttAhrXxr16mCe4arfLH9zJ5ne521hcruZdqAaio8VuPjkxf3AbmxT7g3VMiVohNdiRrSJLtuRNJbyCuoofBgG3cA9DxSe3njv5ZaPTwM1VqRjVJm6QSordUpnoo8GGyegFeJS?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[how to install docker & docker-compose(docker 설치)]]></title><description><![CDATA[환경 CentOS 7 Linux icinga2-docker 3.10.0-957.1.3.el7.x86_64 #1 SMP Thu Nov 29 14:49:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux docker 설치 root 권한으로 설치 $ curl -fsSL | sudo sh 버전확인 $ docker version Client:]]></description><link>http://direct.ecency.com/docker/@carlton.soul/how-to-install-docker-and-docker-compose-docker</link><guid isPermaLink="true">http://direct.ecency.com/docker/@carlton.soul/how-to-install-docker-and-docker-compose-docker</guid><category><![CDATA[docker]]></category><dc:creator><![CDATA[carlton.soul]]></dc:creator><pubDate>Fri, 03 May 2019 06:20:18 GMT</pubDate></item><item><title><![CDATA[基于rsync的docker容器化文件备份系统]]></title><description><![CDATA[#前言 容器化是当前的趋势，文件备份系统网上虽然有很多种，不过使用配置起来并不是很方便，这里将介绍通过自己基于rsync做的一套文件备份系统，容器化配置简单易懂，镜像只有几兆 支持保留文件权限 支持检查主机资源，资源小于设定值时会优先删除老文件，再备份新文件 支持设置每个文件备份的次数 支持设置保留文件的天数 支持自动注册 #部署 1. 安装docker(此处不多做介绍) a. 通过yum安装： 参考：官方文档]]></description><link>http://direct.ecency.com/rsync/@commanderhu/rsync-docker</link><guid isPermaLink="true">http://direct.ecency.com/rsync/@commanderhu/rsync-docker</guid><category><![CDATA[rsync]]></category><dc:creator><![CDATA[commanderhu]]></dc:creator><pubDate>Mon, 14 Jan 2019 01:19:30 GMT</pubDate></item><item><title><![CDATA[Docker First Impressions]]></title><description><![CDATA[So, I keep hearing all this riff raff about Docker. How's it's the greatest thing since sliced bread. (Which I find really insulting to sliced bread, that's an epic invention. :P ). So, I decided to give]]></description><link>http://direct.ecency.com/docker/@csgeek/docker-first-impressions</link><guid isPermaLink="true">http://direct.ecency.com/docker/@csgeek/docker-first-impressions</guid><category><![CDATA[docker]]></category><dc:creator><![CDATA[csgeek]]></dc:creator><pubDate>Sun, 13 May 2018 23:00:12 GMT</pubDate></item><item><title><![CDATA[Install =  Nginx + SSL Certificates Certbot + Docker + Docker-compose (For build a node) Ubuntu 16.04]]></title><description><![CDATA[Install Nginx (Virtual Hosts) on Ubuntu 16.04 Now go sudo ufw status Status: inactive Inactive is ok. sudo apt-get update sudo apt-get install curl sudo apt-get install nginx for check curl -4 icanhazip.com]]></description><link>http://direct.ecency.com/docker-compose/@melea/install-nginx-ssl-certificates-certbot-docker-docker-compose-for-build-a-node-ubuntu-16-04</link><guid isPermaLink="true">http://direct.ecency.com/docker-compose/@melea/install-nginx-ssl-certificates-certbot-docker-docker-compose-for-build-a-node-ubuntu-16-04</guid><category><![CDATA[docker-compose]]></category><dc:creator><![CDATA[melea]]></dc:creator><pubDate>Thu, 12 Apr 2018 07:26:36 GMT</pubDate><enclosure url="https://images.ecency.com/p/2VZXybTSZJq1UtNorhGbvwWbaPyocBG2BjejSr3EmnQyvqmi7Ur1kxZZkCVuzH6SCmKVmPPfvAJrnwvSQc7U4ZBPciY8QGfpNKRwrZtZPjJWjrF6RiKPdUeZjAkWWqMNqqm3L3wtN9KP7QrrjBKB3MHNnyU?format=match&amp;mode=fit" length="0" type="false"/></item><item><title><![CDATA[Parity Ethereum Private test network based on Docker Compose]]></title><description><![CDATA[Parity Ethereum Private test network based on Docker Compose When i've developed smart contract i've faced a problem demonstrate my work to the customer as fast as possible. Yes, you could deploy contracts]]></description><link>http://direct.ecency.com/utopian-io/@derain/parity-ethereum-private-test-network-based-on-docker-compose</link><guid isPermaLink="true">http://direct.ecency.com/utopian-io/@derain/parity-ethereum-private-test-network-based-on-docker-compose</guid><category><![CDATA[utopian-io]]></category><dc:creator><![CDATA[derain]]></dc:creator><pubDate>Fri, 02 Feb 2018 14:16:57 GMT</pubDate></item><item><title><![CDATA[Improve Dockerfile and Build Process / Development Process.]]></title><description><![CDATA[Components Dockerfile build/development setup. Proposal Improve Dockerfile to a multistep, bundled install that will allow for a minimal disk usage (if running multiple nodes, that could save bandwidth)]]></description><link>http://direct.ecency.com/utopian-io/@hernandev/improve-dockerfile-and-build-process-development-process</link><guid isPermaLink="true">http://direct.ecency.com/utopian-io/@hernandev/improve-dockerfile-and-build-process-development-process</guid><category><![CDATA[utopian-io]]></category><dc:creator><![CDATA[hernandev]]></dc:creator><pubDate>Tue, 30 Jan 2018 06:15:18 GMT</pubDate></item></channel></rss>