compose-ref
compose-ref copied to clipboard
Compose specification reference implementation
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.1.1 to 2.4.0. Release notes Sourced from github.com/urfave/cli/v2's releases. Release 2.4.0 These release notes were written for the git hash https://github.com/urfave/cli/commit/7b2e60968b20976f8acdf71f7e9b4c07bf853f5c. Fixed Fixed incorrect Help Name in...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
[//]: # (dependabot-start) ⚠️ **Dependabot Preview has been deactivated** ⚠️ This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to `dependabot`...
Fixes #53 
**Description** ``` Creating container for service testsuite ... 2021/03/25 12:42:29 Error response from daemon: network-scoped alias is supported only for containers in user defined networks ``` ``` services: test: image:...
Signed-off-by: skanehira **Make sure all your commits include a signature generated with `git commit -s` ** **What I did** Pull image if without when creating service. **Related issue** #43 **(not...
**Description** We need to provide a debug flag to the cli interface
**Description** I create a sample compose file, and use a image not exist locally, it failed to run **Reference** None  I will look around to see if i can...