Abhishek Pratap Singh
Abhishek Pratap Singh
It would be nice to have bash completion support for `in-toto` command line interface. I was trying out the [demo application](https://github.com/in-toto/in-toto/tree/develop/demo) and found it that the bash completion is not...
fix #668, add check for no arguments passed.
If my docker-compose file contains `sysctls` directive, I get this error. ```bash $ libcompose up WARN[0000] Note: This is an experimental alternate implementation of the Compose CLI (https://github.com/docker/compose) ERRO[0000] Could...
If my docker-compose file containes `userns_mode` directive I get this error. ```bash $ libcompose up WARN[0000] Note: This is an experimental alternate implementation of the Compose CLI (https://github.com/docker/compose) ERRO[0000] Could...
I was trying to build `libcompose` binary but, when I run ` go build -o libcompose ./cli/main`, this pops up ```bash # github.com/libcompose/cli/main cli/main/main.go:50: cannot use "github.com/docker/libcompose/cli/app".BeforeApp (type func(*"github.com/docker/libcompose/vendor/github.com/urfave/cli".Context) error)...