Docker-OSX/helm
2021-01-12 20:26:19 -08:00
..
templates add helm chart for running in Kubernetes 2021-01-12 20:26:19 -08:00
.DS_Store add helm chart for running in Kubernetes 2021-01-12 20:26:19 -08:00
Chart.yaml add helm chart for running in Kubernetes 2021-01-12 20:26:19 -08:00
README.md add helm chart for running in Kubernetes 2021-01-12 20:26:19 -08:00
values.yaml add helm chart for running in Kubernetes 2021-01-12 20:26:19 -08:00

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

  2. 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.