You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-9
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
This Docker image [(yobasystems/alpine-xen-orchestra)](https://hub.docker.com/r/yobasystems/alpine-xen-orchestra/) is based on the minimal [Alpine Linux](http://alpinelinux.org/) with [Xen Orchestra](https://xen-orchestra.com/).
11
11
12
-
##### Alpine Version 3.8 (Released July 11, 2019)
12
+
##### Alpine Version 3.8.2 (Released Dec 20, 2018)
13
13
##### Xen Orchestra Version 5.47.0
14
14
15
15
----
@@ -18,11 +18,21 @@ This Docker image [(yobasystems/alpine-xen-orchestra)](https://hub.docker.com/r/
18
18
Alpine Linux is a Linux distribution built around musl libc and BusyBox. The image is only 5 MB in size and has access to a package repository that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications. Read more about Alpine Linux here and you can see how their mantra fits in right at home with Docker images.
19
19
20
20
## What is Xen Orchestra?
21
-
Xen Orchestra provides a web based UI for the management of XenServer installations without requiring any agent or extra software on your hosts nor VMs. The primary goal of XO is to provide a unified management panel for a complete XenServer infrastructure, regardless of pool size and quantity of pools. For those seeking a web based replacement for XenCenter, Xen Orchestra fully supports VM lifecycle operations such as VM creation, migration or console access directly from a browser. Xen Orchestra extends the capabilities of XenCenter to also provide delegated resource access, delta backup, continuous replication, performance graphs and visualisations.
21
+
Xen Orchestra provides a web based UI for the management and administration of XCP-ng installations without requiring any agent or extra software on your hosts nor VMs. The primary goal of XO is to provide a unified management panel for a complete XCP-ng infrastructure, regardless of pool size and quantity of pools. For those seeking a web based replacement for XCP-ng Center, Xen Orchestra fully supports VM lifecycle operations such as VM creation, migration or console access directly from a browser. Xen Orchestra extends the capabilities of XCP-ng to also provide delegated resource access, delta backup, continuous replication, performance graphs and visualisations.
_ (May also work with Citrix Xenserver but XCP-ng is the better choice) _
26
+
27
+
### What is XCP-ng?
28
+
Based on XenServer, XCP-ng is the result of massive cooperation between individuals and companies, to deliver a product without limits. No restrictions on features and every bit available on GitHub! XCP-ng is a turnkey open source virtualisation platform.
* Memory usage is minimal on Alpine rather than using Debian
27
37
* Xen Orchestra version 5.47.0
28
38
@@ -38,26 +48,26 @@ Xen Orchestra provides a web based UI for the management of XenServer installati
38
48
39
49
*```:latest``` latest branch based (Automatic Architecture Selection)
40
50
*```:master``` master branch usually inline with latest
41
-
*```:v0.0.0``` version number related to docker version
51
+
*```:v5.47.0``` version number related to xen orchestra version (Automatic Architecture Selection)
42
52
*```:armhf```, ```:arm32v7``` Armv7 based on latest tag but arm architecture
43
53
*```:aarch64```, ```:arm64v8``` Armv8 based on latest tag but arm64 architecture
44
54
45
55
## Environment Variables:
46
56
47
-
### Main Xen parameters:
57
+
### Main Xen Orchestra parameters:
48
58
49
59
* Check the config.yaml file for options, or leave for defaults.
50
60
51
61
## Creating an instance
52
62
53
-
A redis container is required, e.g redis:alpine to be linked to the xen orchestra container. Check docker compose example for more info.
63
+
A redis container is required, e.g redis:alpineor yobasystems/alpine-redis to be linked to the Xen Orchestra container. Check the docker compose example for more info.
54
64
55
65
### Getting Started
56
66
57
67
To forward all external traffic from port 80 to the container’s port 8080
0 commit comments