Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 603 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 603 Bytes

docker-osx

Information

This installs docker-osx in Kubernetes.

Requirements

*) Install host machine requirements *) Ensure you are running QEMU 5.X *) 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.