mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
add helm chart for running in Kubernetes
This commit is contained in:
parent
849b2b8530
commit
b28dd70517
10 changed files with 1565 additions and 0 deletions
24
helm/README.md
Normal file
24
helm/README.md
Normal file
|
|
@ -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._
|
||||
Loading…
Add table
Add a link
Reference in a new issue