forked from LaconicNetwork/kompose
now args provided under build in docker-compose file can be available in buildconfig. it solves #406 Added unit test and functional test solves #445 Separated key:"value" pairs by spaces
12 lines
141 B
Markdown
12 lines
141 B
Markdown
## Docker Compose Buildargs
|
|
|
|
### Usage
|
|
|
|
The simplest thing to do:
|
|
|
|
```bash
|
|
export $(cat envs)
|
|
```
|
|
|
|
To customize the values edit `envs` file.
|