.. | ||
dist | ||
flow-typed/npm | ||
scripts | ||
src | ||
test | ||
.babelrc | ||
.eslintrc | ||
.flowconfig | ||
package.json | ||
readme.md | ||
yarn.lock |
docker-compose-client
usage
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