MCPcopy Create free account
hub / github.com/docker/compose / ImagesOptions

Struct ImagesOptions

pkg/api/api.go:383–385  ·  view source on GitHub ↗

ImagesOptions group options of the Images API

Source from the content-addressed store, hash-verified

381
382// ImagesOptions group options of the Images API
383type ImagesOptions struct {
384 Services []string
385}
386
387// KillOptions group options of the Kill API
388type KillOptions struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected