Jessie Frazelle
9054e4dca3
Merge pull request #10779 from duglin/10771-FixStatsHelp
...
Fix 'docker stats' help message
2015-02-16 11:18:58 -08:00
Michael Crosby
bce2ae655c
Merge pull request #10783 from tianon/BINDDIR-yes-two-Ds
...
Rename BINDDIR to BIND_DIR
2015-02-16 11:00:44 -08:00
Michael Crosby
9ea20f260c
Merge pull request #10571 from jfrazelle/8689-remove-all-aliases
...
Removes the feature to pull all image aliases.
2015-02-16 10:29:20 -08:00
Doug Davis
effa5e2c18
Use newer help out for 'docker' and 'docker run'
...
Closes #10828
Signed-off-by: Doug Davis <dug@us.ibm.com >
2015-02-16 08:46:07 -08:00
James Turnbull
924b7154ba
Merge pull request #10801 from cyrilf/patch-1
...
Documentation - smallest typo correction ever
2015-02-15 20:38:45 -05:00
Chen Hanxiao
bfba622f86
docs: fix a typo in Dockerfile.5.md
...
s/Exececutable/Executable
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com >
2015-02-15 11:06:18 +08:00
Cyril F
582c360d57
Smallest typo correction ever
...
Signed-off-by: Cyril Francesconi <cyrilf7x@gmail.com >
2015-02-14 17:51:28 +01:00
Sebastiaan van Stijn
00f2fd1dd5
Docs: Improve description on volume removal
...
A comment in https://github.com/docker/docker/issues/6354#issuecomment-74160215
brought to light that the "Managing Data in containers" section contained an
incorrect (or confusing) line;
"Volumes persist until no containers use them"
Which implies that volumes are automatically removed if they are no longer
referenced by a container.
This pull-request attempts to add some information explaining that volumes are
never automatically removed by Docker and adds some extra hints on working
with data volumes.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-02-14 17:04:06 +01:00
Fred Lifton
99ca215c65
Merge pull request #10752 from psftw/tweak-docs-readme
...
Clean up explanation of doc branches.
2015-02-13 17:20:59 -08:00
Tianon Gravi
987050a52b
Rename BINDDIR to BIND_DIR
...
It turns out the back-to-back `D`s here were tripping people up because visually, it looks like a typo. This renames the variable to `BIND_DIR`, but allows `BINDDIR` to continue working for backwards-compatibility.
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com >
2015-02-13 15:50:42 -07:00
Doug Davis
b55346b327
Fix 'docker stats' help message
...
Closes #10771
Signed-off-by: Doug Davis <dug@us.ibm.com >
2015-02-13 12:45:50 -08:00
Fred Lifton
ee95aa1b81
Merge pull request #10674 from cpuguy83/cleanup_Dockerfile_manpage
...
Cleans up docs/man/Dockerfile.5.md
2015-02-13 12:42:19 -08:00
Jessie Frazelle
8b010d9f10
Merge pull request #10715 from icecrime/keyserver_install_dependency
...
Use gpg from our server if keyserver is down
2015-02-13 11:29:39 -08:00
Brian Goff
14131b65c4
Cleans up docs/man/Dockerfile.5.md
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2015-02-13 12:47:58 -05:00
Arnaud Porterie
f058e9c43c
Use gpg keyserver pool
...
Make the install script independent from the ubuntu keyserver by using
the sks-keyservers pool instead.
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
2015-02-13 09:13:29 -08:00
Peter Salvatore
74b050bd0c
Clean up explanation of doc branches.
...
Signed-off-by: Peter Salvatore <peter@psftw.com >
2015-02-12 17:02:56 -05:00
Arnaud Porterie
7a7c00ca08
Update docs for HTTP_PROXY
...
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
2015-02-12 11:40:56 -08:00
Jessie Frazelle
f4749acad4
Merge pull request #10686 from LK4D4/bump_docs
...
Bump api version to 1.18
2015-02-11 11:01:28 -08:00
Sven Dowideit
54b59c2b2f
Merge pull request #10632 from chenhanxiao/update-TESTFLAGS-docs
...
docs: emphasis TESTFLAGS and add some descriptions
2015-02-11 12:36:43 +10:00
Alexander Morozov
d92b4232f7
Bump api version to 1.18
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com >
2015-02-10 10:48:54 -08:00
Chen Hanxiao
d83b6918a7
docs: emphasis TESTFLAGS and add some descriptions
...
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com >
2015-02-10 15:34:33 +08:00
Sven Dowideit
4284715c79
Merge pull request #10652 from SvenDowideit/update-9456
...
update kernel reqs doc; recommend updates on RHEL
2015-02-10 11:02:42 +10:00
Sven Dowideit
32c6179f47
updates from review
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2015-02-10 11:02:05 +10:00
unclejack
b4089114ef
update kernel reqs doc; recommend updates on RHEL
...
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com >
2015-02-10 11:02:05 +10:00
Sven Dowideit
6257505dbc
remove the text-indent and increase the font size
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2015-02-10 09:50:02 +10:00
Sven Dowideit
c237f9f201
Simplfy the sidebar html and css, and then allow the text to wrap
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2015-02-10 09:50:02 +10:00
James Turnbull
a98355561d
Merge pull request #10651 from HammerOfThor/master
...
docs: fix a typo in registry_mirror.md
2015-02-09 05:05:57 -05:00
Sven Dowideit
c28ea14bbb
Merge pull request #10624 from stevekochscience/master
...
Add link to user guide to end of 14.04 section
2015-02-09 14:05:33 +10:00
Zhang Wei
40486d9709
docs: fix a typo in registry_mirror.md
...
Signed-off-by: Zhang Wei <zhangwei555@huawei.com >
2015-02-09 10:04:55 +08:00
Sven Dowideit
a1eb2bebb8
Merge pull request #10635 from chenhanxiao/docs-Dockerfile-typo
...
docs: fix a typo in Dockerfile.5.md
2015-02-09 09:50:18 +10:00
Wei-Ting Kuo
2f69da2a5e
Update certificates.md
...
`openssl req -new -x509 -text -key client.key -out client.cert` creates a self-sign certificate but not a certificate request.
Signed-off-by: Wei-Ting Kuo <waitingkuo0527@gmail.com >
2015-02-09 04:36:00 +08:00
Chen Hanxiao
c4340de04f
docs: fix a typo in Dockerfile.5.md
...
s/Mutliple/Multiple
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com >
2015-02-07 17:09:20 +08:00
Michael Crosby
3807bd9777
Merge pull request #10548 from SvenDowideit/add-webhook-image-list
...
The Hub build webhooks now list the images that have been built
2015-02-06 15:15:16 -08:00
Michael Crosby
dfa1a84937
Merge pull request #10578 from SvenDowideit/copy-edit-10516-fedora-install
...
Copy edit 10516 fedora install
2015-02-06 15:14:31 -08:00
Jessie Frazelle
e706be77a4
Merge pull request #10546 from SvenDowideit/update-boolean-flags-help
...
Documentation on boolean flags is wrong #10517
2015-02-06 15:12:11 -08:00
Jessie Frazelle
c2f82bba0a
Merge pull request #10558 from gierschv/doc-remote-url
...
Documents build API "remote" parameter
2015-02-06 14:51:51 -08:00
Steve Koch
823cb12810
Add link to user guide to end of 14.04 section
...
Adding instructions to exit the test shell and a link to the user guide (as is done in the following sections for 12.04 and 13.04/10
Signed-off-by: Steven Koch <sjkoch@unm.edu >
2015-02-06 15:50:51 -07:00
Michael Crosby
7d4bbc2ed8
Merge pull request #10273 from kojiromike/patch-1
...
Distinguish ENV from setting environment inline
2015-02-06 14:42:02 -08:00
Michael Crosby
e4a49ae188
Merge pull request #10424 from LK4D4/fix_non_tailed_log_format
...
Fix logs, so now, old and followed logs has same format without []
2015-02-06 14:35:45 -08:00
Alexander Morozov
0f8f04a774
Fix example about ps and linked containers
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com >
2015-02-06 14:05:08 -08:00
Tibor Vass
2e947ae407
Merge pull request #10605 from glasnt/readme_format
...
Format `awsconfig` sample config correctly
2015-02-06 16:55:58 -05:00
Tibor Vass
9c63178e86
Merge pull request #10611 from unclejack/systemd_doc_storage_path
...
docs/articles/systemd: correct --storage-driver
2015-02-06 16:52:28 -05:00
Michael Crosby
d1f18786ac
Merge pull request #10263 from hqhq/hq_check_memoryswap
...
add check for memoryswap
2015-02-06 13:43:23 -08:00
Sven Dowideit
1e6e68361c
Documentation on boolean flags is wrong #10517
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2015-02-06 19:52:01 +10:00
Sven Dowideit
eb814e4e70
Do some major rearranging of the fedora/centos/rhel installation docs
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2015-02-06 19:48:19 +10:00
Lokesh Mandvekar
66839cf3a6
update fedora docs to reflect latest rpm changes
...
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org >
2015-02-06 19:48:19 +10:00
Sven Dowideit
6081a3ca90
Merge pull request #10523 from SvenDowideit/hide-more-old-docker-api-docs
...
The reference menu is too big to list more than the latest API docs, so ...
2015-02-06 19:26:01 +10:00
unclejack
0b2f734462
docs/articles/systemd: correct --storage-driver
...
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com >
2015-02-06 10:52:09 +02:00
Katie McLaughlin
df39336213
Format awsconfig sample config correctly
...
Reflow change in commit 195f3a3f removed newlines in the config format.
This change reverts the sample config to the original formatting, which
matches the actual config format of a `awsconfig` file.
Signed-off-by: Katie McLaughlin <katie@glasnt.com >
2015-02-06 13:45:10 +11:00
Fred Lifton
68b0ed54cb
Merge pull request #10574 from SvenDowideit/docker-stats-limited-to-libcontainer
...
For now, docker stats appears to be libcontainer only
2015-02-05 17:52:36 -08:00