Playground and tutorial configurations for iximiuz Labs that showcase Uncloud functionality.
This repository builds the following rootfs images in the form of Docker images:
-
uncloud-devmachine: Development environment with Docker and Uncloud CLI
ghcr.io/tonyo/uncloud-playgrounds/rootfs:uncloud-devmachine
-
uncloud-server: Server environment with Docker and Uncloud server components
ghcr.io/tonyo/uncloud-playgrounds/rootfs:uncloud-server
These images can
All images are published to ghcr.io/tonyo/uncloud-playgrounds/rootfs with the corresponding tags.
- Docker
- Make
# Build
make build-uncloud-devmachine
make build-uncloud-server
# Build and Push
make push-uncloud-devmachine
make push-uncloud-server
Currently managed playgrounds:
Prerequisites:
You can save the manifests of all the managed playgrounds locally to manifests/ directory:
make pull-playgroundsThis is currently done purely for backup and version tracking reasons.