package filters
import "github.com/docker/docker/pkg/parsers/filters"
Index ¶
Variables ¶
Functions ¶
func ToParam ¶
packs the Args into an string for easy transport from client to server
Types ¶
type Args ¶
func FromParam ¶
unpacks the filter Args
func ParseFlag ¶
Parse the argument to the filter flag. Like
`docker ps -f 'created=today' -f 'image.name=ubuntu*'`
If prev map is provided, then it is appended to, and returned. By default a new map is created.
func (Args) Match ¶
Source Files ¶
- Version
- v1.5.0-rc2
- Published
- Jan 28, 2015
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 7 minutes ago –
Tools for package owners.