Gaetan de Villele and Tibor Vass
572c6bb89a
fix frontmatter keywords value type (string, instead of []string) in /docs/reference
...
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com >
2017-06-02 00:10:31 +00:00
Misty Stanley-Jones and Tibor Vass
7f36c3a1a0
Sync docker/docker refs with files mistakenly edited in docker.github.io repo
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
2017-06-02 00:10:26 +00:00
yuexiao-wang and Tibor Vass
62fb2cfa94
Update the link for understand data volumes
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
2017-06-02 00:10:25 +00:00
yuexiao-wang and Tibor Vass
659eab0574
Fix typs from go to Go
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn >
2017-06-02 00:10:24 +00:00
Misty Stanley-Jones and Tibor Vass
2845676cc2
Convert Markdown frontmatter to YAML
...
Some frontmatter such as the weights, menu stuff, etc is no longer used
'draft=true' becomes 'published: false'
Signed-off-by: Misty Stanley-Jones <misty@docker.com >
2017-06-02 00:10:24 +00:00
Kara Alexandra and Tibor Vass
4594e5d50e
Add option to specify name without --name in volume create
...
Signed-off-by: Kara Alexandra <kalexandra@us.ibm.com >
2017-06-02 00:10:07 +00:00
Vincent Demeester and Tibor Vass
3ebe3fe752
Updates on cli reference documentation
...
- Update ps with `--last` flag
- Update commands with current output
- Make sure hugo does not detect the wrong language
- Update usage for `tag` command to be more coherent with the other ones
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:49 +00:00
Nicola Kabar and Tibor Vass
f68b707d60
[Docs] clarified local volume driver docs
...
Signed-off-by: Nico <nicolaka@gmail.com >
2017-06-02 00:07:47 +00:00
Victoria Bialas and Tibor Vass
d3b7a2779e
surfacing Learn by example topics to top level of Docker Engine docs
...
fixing links after moving surfacing tutorials
fixing more links for the newly located tutorials
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com >
2017-06-02 00:07:43 +00:00
Harald Albers and Tibor Vass
f3f9b34d2a
docs for labels on build, networks and volumes
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:33 +00:00
Brian Goff and Tibor Vass
b1bac487a6
Support mount opts for local volume driver
...
Allows users to submit options similar to the `mount` command when
creating a volume with the `local` volume driver.
For example:
```go
$ docker volume create -d local --opt type=nfs --opt device=myNfsServer:/data --opt o=noatime,nosuid
```
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:31 +00:00
ozlerhakan and Tibor Vass
79a3c42030
add a section to each volume page
...
Signed-off-by: ozlerhakan <hakan.ozler@kodcu.com >
2017-06-02 00:07:29 +00:00
Doug Davis and Tibor Vass
421578fbd4
remove =false from options that default to false in the docs
...
This re-aligns the docs with what the cmd line now does.
Signed-off-by: Doug Davis <dug@us.ibm.com >
2017-06-02 00:07:21 +00:00
Zhang Kun and Tibor Vass
e71bd977cf
fix doc
...
Signed-off-by: Zhang Kun <zkazure@gmail.com >
fix doc
Signed-off-by: Zhang Kun <zkazure@gmail.com >
2017-06-02 00:07:17 +00:00
Kai Qiang Wu(Kennan) and Tibor Vass
161b465e47
Fixing wrong volume doc format
...
Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com >
2017-06-02 00:07:16 +00:00
harold cooper and Tibor Vass
e793642ac9
fix documentation inconsistency for volume create
...
the example command uses `/world` but the description refers to `/src`
Signed-off-by: Harold Cooper <hrldcpr@gmail.com >
2017-06-02 00:07:15 +00:00
Kun Zhang and Tibor Vass
eb960e4eb7
volume create error on conflict option
...
Signed-off-by: Kun Zhang <zkazure@gmail.com >
2017-06-02 00:07:12 +00:00
Mary Anthony and Tibor Vass
d45666f869
Fixing issues in command ordering. Adding index.md
...
Adjust bullets
Entering Seb's comments
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:07:11 +00:00
Antonio Murdaca and Tibor Vass
cbd33a2b27
Fix man and commandline docs
...
- missing help option in `docs/reference/commandline/*.md` (some files
have it, the other I fixed didn't)
- missing `[OPTIONS]` in Usage description
- missing options
- formatting
- start/stop idempotence
Signed-off-by: Antonio Murdaca <amurdaca@redhat.com >
2017-06-02 00:07:11 +00:00
Harald Albers and Tibor Vass
2edd24ea80
Fix minor typo in docs
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:08 +00:00
Brian Goff and Tibor Vass
1f10226bfd
Add volume API/CLI
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:07 +00:00