You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
455 B
24 lines
455 B
4 years ago
|
# 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._
|