package dockerignore
import "github.com/dotcloud/docker/builder/dockerignore"
Index ¶
Functions ¶
func ReadAll ¶
func ReadAll(reader io.ReadCloser) ([]string, error)
ReadAll reads a .dockerignore file and returns the list of file patterns to ignore. Note this will trim whitespace from each line as well as use GO's "clean" func to get the shortest/cleanest path for each.
Source Files ¶
- Version
- v1.10.1
- Published
- Feb 11, 2016
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 5 minutes ago –
Tools for package owners.