aboutsummaryrefslogtreecommitdiff
path: root/helm/README.md
blob: 72f9f94ed217b2535c8cfa155c3f3b0165d9f9e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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._