kompose/script/test/cmd
Abhishek 7eccb37c19 fix driver:local in prefixing volumes
If we have a docker-file with root level volumes and we do a kompose up
using that docker-file, libcompose will add an additional _ followed by
the current directory name. Since kubernetes doesn't allow _ in the
objects created so kompose up will fail to deploy it. As a solution we
replace _ to - and we can then deploy it successfully.
2017-04-26 20:14:22 +05:30
..
globals.sh Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
lib.sh Fixing functional tests for checking generated artifacts 2017-01-06 00:35:00 +05:30
tests.sh fix driver:local in prefixing volumes 2017-04-26 20:14:22 +05:30