forked from LaconicNetwork/kompose
* normalize '.' (dot) to '-' (dash) in service names * added warning about the dot character replacements in service names * fix gofmt compliance * also normalize container names (need lowercase) * splitted normalization for volumes and service names into different functions (it conflicted with './' volumes replacement) * changed volume normalization to use the new own normalization function * changed container normalization to use its new own normalization function * updated as per discussed in PR #1063 review |
||
|---|---|---|
| .. | ||
| compose_test.go | ||
| compose.go | ||
| utils.go | ||
| v1v2.go | ||
| v3.go | ||