aboutsummaryrefslogtreecommitdiff
path: root/helm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'helm/README.md')
-rw-r--r--helm/README.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/helm/README.md b/helm/README.md
new file mode 100644
index 0000000..72f9f94
--- /dev/null
+++ b/helm/README.md
@@ -0,0 +1,24 @@
+# docker-osx
+
+## Information
+
+This installs `docker-osx` in Kubernetes.
+
+## Requirements
+
+*) Kubernetes
+*) Helm
+*) `sickcodes/docker-osx-vnc` Docker image
+
+### Build `sickcodes/docker-osx-vnc`
+
+1) Go back to the root directory
+1) Build docker image
+
+ ```
+ docker build \
+ -t sickcodes/docker-osx-vnc:latest \
+ -f vnc-version/Dockerfile .
+ ```
+
+_Do not worry about passing `CPU`, `RAM`, etc as they are handled in `values.yaml` now._ \ No newline at end of file