-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
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
feat(new-tool): Docker Compose to Kubernetes manifests #890
base: main
Are you sure you want to change the base?
feat(new-tool): Docker Compose to Kubernetes manifests #890
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e488ebd
to
577b905
Compare
577b905
to
b293763
Compare
However the actual conversion takes place, there's a mistake.
|
As referred in CorentinTh/it-tools#890 (comment): - `entrypoint` in Docker Compose is `command` in Kubernetes - `command` in Docker Compose is `args` in Kubernetes
Hi @TheAnachronism, made a PR in dohsimpson/docker2kube#1 |
Sick! Let's hope it gets merged soon. |
PR has been merged FYI |
Hi @teambvd, docker2kube updated |
Fix #883