summaryrefslogtreecommitdiff
path: root/docs/reference/commandline/commit.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix some flaws in docsJian Zhang2016-02-191-1/+1
| | | | Signed-off-by: Jian Zhang <zhangjian.fnst@cn.fujitsu.com>
* Correct old virtual sizeKai Qiang Wu(Kennan)2016-02-021-1/+1
| | | | | | | | In new content addressable model, image no longer have virtual size column, it is now 'size'. So we need to update related docs about them. Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
* Fix commit wrong repository exampleKai Qiang Wu(Kennan)2016-01-201-5/+5
| | | | | | | The old name is invalid in new repository name spec. So we need to fix them. Signed-off-by: Kai Qiang Wu(Kennan) <wkqwu@cn.ibm.com>
* remove =false from options that default to false in the docsDoug Davis2015-12-231-1/+1
| | | | | | This re-aligns the docs with what the cmd line now does. Signed-off-by: Doug Davis <dug@us.ibm.com>
* Add CMD and EXPOSE instruction exampleMihuleacc Sergiu2015-10-121-0/+19
| | | | Signed-off-by: Mihuleacc Sergiu <mihuleac.sergiu@gmail.com>
* Fixing issues in command ordering. Adding index.mdMary Anthony2015-10-081-2/+0
| | | | | | | Adjust bullets Entering Seb's comments Signed-off-by: Mary Anthony <mary@docker.com>
* Fix man and commandline docsAntonio Murdaca2015-10-041-0/+1
| | | | | | | | | | | - 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>
* Align 'docker commit' docs with the codeDoug Davis2015-07-091-1/+1
| | | | | | | | It was missing some variants and 'maintainer' isn't actually supported. Also sorted the list of allowed cmds in the code just to make it easier to diff with the docs. Signed-off-by: Doug Davis <dug@us.ibm.com>
* Update docker commit man page re: volumesLars Kellogg-Stedman2015-07-061-0/+3
| | | | | | | | | Update the man page for 'docker commit' to make explicit the fact that 'commit' does not save data in volumes. Addresses comments in #7583 Signed-off-by: Lars Kellogg-Stedman <lars@redhat.com>
* Splitting out the cli command into parts.Mary Anthony2015-06-251-0/+61
Signed-off-by: Mary Anthony <mary@docker.com>