mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-17 18:37:03 +00:00
Merge pull request #1489 from niusmallnan/ros-proxmox-ve
Doc for how to use RancherOS on proxmox ve
This commit is contained in:
+9
-1
@@ -3,7 +3,15 @@ title: Booting from ISO
|
||||
weight: 102
|
||||
---
|
||||
|
||||
The RancherOS ISO file can be used to create a fresh RancherOS install on KVM, VMware, VirtualBox, or bare metal servers. You can download the `rancheros.iso` file from our [releases page](https://github.com/rancher/os/releases/).
|
||||
The RancherOS ISO file can be used to create a fresh RancherOS install on KVM, VMware, VirtualBox, Hyper-V, Proxmox VE, or bare metal servers. You can download the `rancheros.iso` file from our [releases page](https://github.com/rancher/os/releases/).
|
||||
|
||||
Some hypervisors may require a built-in agent to communicate with the guest, for this, RancherOS precompiles some ISO files.
|
||||
|
||||
Hypervisor | ISO
|
||||
-------- | ----------------
|
||||
VMware | [rancheros-vmware.iso](https://releases.rancher.com/os/latest/vmware/rancheros.iso)
|
||||
Hyper-V | [rancheros-hyperv.iso](https://releases.rancher.com/os/latest/hyperv/rancheros.iso)
|
||||
Proxmox VE | [rancheros-proxmoxve.iso](https://releases.rancher.com/os/latest/proxmoxve/rancheros.iso)
|
||||
|
||||
You must boot with enough memory which you can refer to [here]({{< baseurl >}}/os/v1.x/en/overview/#hardware-requirements). If you boot with the ISO, you will automatically be logged in as the `rancher` user. Only the ISO is set to use autologin by default. If you run from a cloud or install to disk, SSH keys or a password of your choice is expected to be used.
|
||||
|
||||
|
||||
@@ -18,6 +18,7 @@ VirtualBox | >=v1.0.0 | [rancheros.iso](https://releases.rancher.com/os/late
|
||||
VMWare VSphere | >=v1.4.0 | [rancheros-autoformat.iso](https://releases.rancher.com/os/latest/vmware/rancheros-autoformat.iso)
|
||||
VMWare Fusion | >=v1.4.0 | [rancheros-autoformat.iso](https://releases.rancher.com/os/latest/vmware/rancheros-autoformat.iso)
|
||||
Hyper-V | >=v1.5.0 | [rancheros.iso](https://releases.rancher.com/os/latest/hyperv/rancheros.iso)
|
||||
Proxmox VE | >=v1.5.1 | [rancheros-autoformat.iso](https://releases.rancher.com/os/latest/proxmoxve/rancheros-autoformat.iso)
|
||||
|
||||
### Using Docker Machine
|
||||
|
||||
@@ -101,6 +102,11 @@ $ docker-machine.exe create -d hyperv \
|
||||
--hyperv-virtual-switch <SWITCH_NAME> \
|
||||
<MACHINE_NAME>
|
||||
```
|
||||
#### Using Docker Machine with Proxmox VE
|
||||
|
||||
_Available as of v1.5.1_
|
||||
|
||||
There is currently no official Proxmox VE driver, but there is a [choice](https://github.com/lnxbil/docker-machine-driver-proxmox-ve) that you can refer to.
|
||||
|
||||
### Logging into RancherOS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user