1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00
copilot/docker-compose-client/readme.md
Sérgio Ramos cf737aa2e7 integrate docker-compose-api into portal-data (#451)
this might break tests for now
2017-05-16 10:54:39 -05:00

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