it-tools
it-tools copied to clipboard
feat(new-tool): Docker Compose to Kubernetes manifests
Fix #883
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| it-tools | ✅ Ready (Inspect) | Visit Preview | Feb 25, 2024 1:39pm |
However the actual conversion takes place, there's a mistake.
The command directive in docker does something different than when used in Kubernetes.
In docker compose, the directive specifies additional arguments passed to the ENTRYPOINT of the image.
In Kubernetes, it overrides the ENTRYPOINT of the image.
args should be used instead of command.
Hi @TheAnachronism, made a PR in https://github.com/dohsimpson/docker2kube/pull/1
Sick! Let's hope it gets merged soon.
PR has been merged FYI
Hi @teambvd, docker2kube updated