We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At present, some user still use other container orchestration tools, such as docker compose in their production environment.
K8s also has officially migration tools, we can integrate those tools to build a k8s format image from the configuration of docker compose.
even we can build non-k8s format images with sealer.
Type: feature request
refer : https://kompose.io/
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Yes, I think the build module don't need to care about kubernetes. CloudImage care about overlayfs, maybe we can do this in nydus file system.
Sorry, something went wrong.
convert docker compose to cloud image rootfs format: sealer convert -t harbor -f docker-compose.yaml
No branches or pull requests
Issue Description
At present, some user still use other container orchestration tools, such as docker compose in their production environment.
K8s also has officially migration tools, we can integrate those tools to build a k8s format image from the configuration of docker compose.
even we can build non-k8s format images with sealer.
Type: feature request
Describe what feature you want
Additional context
refer : https://kompose.io/
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: