• 虚拟主机
    • 启动VM的主机要求
    • 添加VM

    虚拟主机


    By default, launching virtual machines (VMs) in Rancher is disabled. To enable launching VMs, any admin can enable virtual machines in Rancher in the Admin -> Settings -> Virtual Machines section. Select Enabled and click Save.默认情况下,Rancher中启动虚拟机(VMs)的功能是停用的。任何admin 用户可以在Rancher的 系统管理 -> 系统设置 -> 虚拟机 下开启启动虚拟机的功能。选择 启用 的选择框并点击保存。

    启动VM的主机要求

    • Ubuntu
    • RancherOS - 需要在cloud-config中开启 userland-proxy 配置
    1. #cloud-config
    2. rancher:
    3. docker:
    4. extra_args: [--userland-proxy=true]

    添加VM

    基础架构 -> 虚拟机,点击 添加虚拟机 并设置您的虚拟机配置。

    在镜像名称选项中,当前Rancher只支持 rancher/vm-ubuntu。用户名/密码是ubuntu/ubuntu

    点击创建

    容器创建后,点击容器的下拉菜单并且点击 打开命令行 去登录虚拟机。