mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
fix: add godoc
This commit is contained in:
@@ -301,6 +301,7 @@ func IsImageHerokuishBased(image string, appName string) bool {
|
||||
return output != ""
|
||||
}
|
||||
|
||||
// ListDanglingImages lists all dangling image ids for a given app
|
||||
func ListDanglingImages(appName string) ([]string, error) {
|
||||
command := []string{
|
||||
DockerBin(),
|
||||
|
||||
Reference in New Issue
Block a user