8295bd6882
this shall be a progressive process
359 B
359 B
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