<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; RancherOS</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/rancheros/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RancherOS安装教程</title>
		<link>https://www.osyunwei.com/archives/9591.html</link>
		<comments>https://www.osyunwei.com/archives/9591.html#comments</comments>
		<pubDate>Thu, 28 Jul 2016 03:19:12 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Docker]]></category>
		<category><![CDATA[Rancher]]></category>
		<category><![CDATA[RancherOS]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=9591</guid>
		<description><![CDATA[RancherOS是由Rancher labs出品的一个专为Docker而生的精简版Linux， 提供了一个完整的Docker运行环境。 RancherOS系统镜像下载地址：https://github.com/rancher/os 系统要求：内存必须在2GB以上。 系统镜像启动完成之后登录账号：rancher  密码：rancher 安装图解： 系统镜像启动完成 登录用户名密码都是rancher 添加IP地址： sudo ip addr add 192.168.21.133/24 dev eth0 或者 sudo ifconfig eth0 192.168.21.133 netmask 255.255.255.0 添加网关： sudo route add default gw 192.168.21.2 修改DNS： sudo vi /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 :wq! #保存退出 使用ssh客户端远程连接服务器 配置ssh远程秘钥登录，把rancheros安装到硬盘之后，必须使用秘钥登录，否则无法操作服务器，在控制台也无法使用密码登录。 ssh-keygen -t rsa #配置秘钥登录 将生成的公钥id_rsa.pub写到cloud-config.yml文件中 cd /home/rancher/.ssh/ cat id_rsa.pub #公钥 ssh-rsa [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/9591.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/9591.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
