8295bd6882
this shall be a progressive process
27 lines
359 B
Markdown
27 lines
359 B
Markdown
# docker-compose-client
|
|
|
|
## usage
|
|
|
|
```js
|
|
const client = new DockerComposeClient();
|
|
|
|
const res = await client.provision({
|
|
projectName: 'docker-compose-client',
|
|
manifest: `
|
|
hello:
|
|
image: hello-world:latest
|
|
world:
|
|
image: consul:latest
|
|
node:
|
|
image: node:latest
|
|
`
|
|
});
|
|
```
|
|
|
|
## todo
|
|
|
|
- proper flow support
|
|
|
|
## license
|
|
|
|
Apache-2.0 |