aboutsummaryrefslogtreecommitdiff
path: root/helm/README.md
diff options
context:
space:
mode:
authorpeter <[email protected]>2021-01-12 20:26:19 -0800
committerpeter <[email protected]>2021-01-12 20:26:19 -0800
commitb28dd7051782ceb87dadede8676cb7a88dc28881 (patch)
treeddcb6876e1b2cf9525dccc4e6855e7bb065427a4 /helm/README.md
parentUse IMAGE_PATH as a variable during envsubst for the full path of mac_hdd_ng.img (diff)
downloaddocker-osx-b28dd7051782ceb87dadede8676cb7a88dc28881.tar.xz
docker-osx-b28dd7051782ceb87dadede8676cb7a88dc28881.zip
add helm chart for running in Kubernetes
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