This website requires JavaScript.
Explore
Help
Register
Sign In
centersl
/
docker-docs
Watch
1
Star
0
Fork
0
You've already forked docker-docs
mirror of
https://github.com/docker/docs.git
synced
2026-03-28 06:49:00 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e345fe53ba1e8f84cef2396e332860a87fcd65da
docker-docs
/
builder
/
parser
History
Tibor Vass
82191cc3f3
Merge pull request
#10120
from duglin/TrimSpaces
...
Remove leading/trailing spaces in builder/parser
2015-02-06 16:25:37 -05:00
..
dumper
builder/parser/dumper: Handle newlines appropriately.
2014-09-11 06:00:24 -07:00
testfiles
Merge pull request
#9826
from icecrime/8318_whitespace_add_copy
2015-01-19 18:37:53 -05:00
testfiles-negative
Fix a parser error where an empty RUN statement would cause a panic
2015-01-08 11:30:08 -08:00
json_test.go
Adjust builder to validate that JSON in Dockerfiles are arrays of strings and nothing else to match how we describe them to people (and what all our existing tests already assumed)
2015-01-05 14:31:05 -07:00
line_parsers.go
Adjust builder to validate that JSON in Dockerfiles are arrays of strings and nothing else to match how we describe them to people (and what all our existing tests already assumed)
2015-01-05 14:31:05 -07:00
parser_test.go
Simplify builder TestTestData slightly by using ioutil.ReadFile instead of os.Open+ioutil.ReadAll
2015-01-02 22:38:52 -07:00
parser.go
fix comments typos
2015-02-04 10:47:37 +08:00
utils.go
Remove leading/trailing spaces in builder/parser
2015-02-06 08:52:18 -08:00