Nyan Cat
- node lts or current (https://nodejs.org)
- docker runtime (for building and pushing a container)
npm start
Open your favorite browser with url: http://localhost:8090
docker build -f Dockerfile -t rogerwesterbo/nyan-cat:<0.0.10> .
docker buildx build --platform=linux/amd64,linux/arm64,linux/arm/v7 -f Dockerfile -t rogerwesterbo/nyan-cat:<0.0.10> --output type=registry,dest=rogerwesterbo/nyan-cat:<0.0.10>,push=true .
or run the script ./create-cluster.sh
in this repo: https://github.com/rogerwesterbo/createlocalk8s