.. | ||
src | ||
test | ||
.baberc | ||
.eslintignore | ||
.eslintrc | ||
.tern-project | ||
package.json | ||
README.md | ||
yarn.lock |
docker-compose-client
Server that exposes CloudApi through GraphQL.
Table of Contents
Install
yarn add 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
`
});
License
MPL-2.0