aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeter <[email protected]>2021-01-12 20:49:25 -0800
committerpeter <[email protected]>2021-01-12 20:49:25 -0800
commitce3ce48eb1a732ad2a668b85a93bdc5133c80161 (patch)
treedd380f79fd2b75e7c76012c5f34bf35294e14b87
parentadd requriment for host machine (diff)
downloaddocker-osx-ce3ce48eb1a732ad2a668b85a93bdc5133c80161.tar.xz
docker-osx-ce3ce48eb1a732ad2a668b85a93bdc5133c80161.zip
update doc with features
-rw-r--r--helm/Chart.yaml2
-rw-r--r--helm/README.md18
2 files changed, 19 insertions, 1 deletions
diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 808a41a..ef266fc 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v1
-appVersion: "0.10.554.0"
+appVersion: "0.0.1.0"
description: default
name: docker-osx
version: 0.1.0
diff --git a/helm/README.md b/helm/README.md
index 50331be..34fc6a9 100644
--- a/helm/README.md
+++ b/helm/README.md
@@ -4,6 +4,24 @@
This installs `docker-osx` in Kubernetes.
+## Features
+
+### What works
+1) Setting cpu/memory options
+1) Setting VNC password
+1) Persistance
+1) Setting SMBIOS
+1) QEMU/virtio cpu changes
+1) Toggling Audio
+1) Additional port forwarding
+1) Kubernetes resource requests/limits
+1) Defining install partition size
+
+### What doesn't/isn't defined
+1) Defining a different version of macOS
+1) Additional QEMU parameters
+1) GPU support
+
## Requirements
*) Install [host machine requirements](https://github.com/cephasara/Docker-OSX#requirements-kvm-on-the-host)