grammarly / rocker-compose

Docker composition tool with idempotency features for deploying apps composed of multiple containers.
Other
407 stars 26 forks source link

Semver matching for image names #31

Closed ybogdanov closed 8 years ago

ybogdanov commented 8 years ago
namespace: example
  containers:
    main1:
       image: ubuntu:14.04.*
       cmd: ["/bin/sh", "-c", "echo hello1"]

     main2:
       image: ubuntu:~14
       cmd: ["/bin/sh", "-c", "echo hello2"]

Is a rewrite of https://github.com/grammarly/rocker-compose/pull/5