kompose/pkg/loader/compose
Abhishek 6e0b934f77 Propagate underscores into valid names
Now we can provide service name with "_" in docker-compose files and they will by converted as "-" in the generated artifacts by kompose eg, if the service name in docker-compose file is "foo_bar" then it will be converted into "foo-bar" in the generated artifacts
2017-04-03 13:06:33 +05:30
..
compose_test.go return errors instead of logrus.Fatal calls 2017-03-15 13:30:21 +05:30
compose.go Propagate underscores into valid names 2017-04-03 13:06:33 +05:30