dockerfileview icon indicating copy to clipboard operation
dockerfileview copied to clipboard

A Dockerfile viewer to trace ancestry of the base image

Results 3 dockerfileview issues
Sort by recently updated
recently updated
newest added

``` [root@2741bb68dc74 tomcat]# go get github.com/remore/dockerfileview # github.com/remore/dockerfileview /root/go/src/github.com/remore/dockerfileview/main.go:16:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in array or slice literal: cli.BoolFlag does not implement cli.Flag (Apply method...

``` go get github.com/remore/dockerfileview ``` gives error: ``` # github.com/remore/dockerfileview go/src/github.com/remore/dockerfileview/main.go:16:15: cannot use cli.BoolFlag literal (type cli.BoolFlag) as type cli.Flag in slice literal: cli.BoolFlag does not implement cli.Flag (Apply method...

Hey, I wanted to find some dockerfile. Then I found your tool, but saddly it seems that it no longer works :( ```text ✗ docker run remore/dockerfileview dockerfileview ubuntu:14.04 Unable...