Skip to content
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

Document unsupported fileds #9

Closed
sebgoa opened this issue Jul 5, 2016 · 1 comment
Closed

Document unsupported fileds #9

sebgoa opened this issue Jul 5, 2016 · 1 comment

Comments

@sebgoa
Copy link
Contributor

sebgoa commented Jul 5, 2016

with warnings now given for unsupported fields.
It might be good to document it a bit:

$ cat nginx.yml 
nginx:
  image: nginx
  dockerfile: "1"
  build: ./foobar
  cap_add:
    - foobar
  container_name: foobar
$ ./kompose convert -f nginx.yml
WARNING: Unsupported key Build - ignoring
WARNING: Unsupported key CapAdd - ignoring
WARNING: Unsupported key ContainerName - ignoring
WARNING: Unsupported key Dockerfile - ignoring
@ngtuna
Copy link
Contributor

ngtuna commented Jul 5, 2016

Done by ce32bef

@ngtuna ngtuna closed this as completed Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants