Tibor Vass
6aba75db4e
Add the possibility of specifying a subnet for --insecure-registry
...
Signed-off-by: Tibor Vass <teabee89@gmail.com >
2014-11-14 12:31:11 -08:00
Michael Crosby
07996d82c7
Merge pull request #9074 from rhatdan/shm
...
Allow IPC namespace to be shared between containers or with the host
2014-11-14 10:34:00 -08:00
Brian Goff
7107898d5c
Initialize volumes when container is created
...
Fixes #8942
Current behavior is that volumes aren't initialized until start.
Volumes still need to be initialized on start since VolumesFrom and
Binds can be passed in as part of HostConfig on start, however anything
that's already been initialized will just be skipped as is the current
behavior.
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2014-11-14 11:37:03 -05:00
pixelistik
cbf2879349
Fix typo "infortmation" in docs for docker run
2014-11-13 23:26:49 +01:00
Michal Minar
e71f241c4b
Corrected description of --sig-proxy
...
Signal proxy does work only in non-TTY mode (--tty=false). Man pages and
commands should not lie about it.
Signed-off-by: Michal Minar <miminar@redhat.com >
2014-11-13 10:50:06 +01:00
Dan Walsh
497fc8876e
Allow IPC namespace to be shared between containers or with the host
...
Some workloads rely on IPC for communications with other processes. We
would like to split workloads between two container but still allow them
to communicate though shared IPC.
This patch mimics the --net code to allow --ipc=host to not split off
the IPC Namespace. ipc=container:CONTAINERID to share ipc between containers
If you share IPC between containers, then you need to make sure SELinux labels
match.
Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com > (github: rhatdan)
2014-11-12 11:29:58 -05:00
James Turnbull
492c4fc1a8
Merge pull request #9106 from duglin/TyposRemoteAPI
...
Add missing comma in docs
2014-11-11 22:48:30 -05:00
Doug Davis
814bc06d7b
Add missing comma in docs
...
Found by Michael Voznesensky <voznesenskym@gmail.com >
Signed-off-by: Doug Davis <dug@us.ibm.com >
2014-11-11 15:18:20 -08:00
Fred Lifton
d6a4d045f7
Merge pull request #8840 from decadent/fix-da-copy-directive-reference
...
Nuh uh... quoth the build log: Source can't be a URL for COPY
2014-11-11 10:57:00 -08:00
Sven Dowideit
447387474a
Add some details about the lifecycle of commands started with docker exec
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2014-11-11 15:56:27 +10:00
Sven Dowideit
703ef3caa8
Merge pull request #9050 from prasincs/patch-1
...
Additional info for docker binary
2014-11-10 20:22:05 -08:00
Sven Dowideit
67c7faa002
Merge pull request #9065 from tobegit3hub/master
...
Remove the redundant include_search in mkdocs.yml
2014-11-10 17:24:07 -08:00
Solomon Hykes
a1789a2eab
Merge pull request #9032 from fredlf/revise-docs-maintainers
...
Revise Docs Maintainers list
2014-11-10 17:11:25 -08:00
Prasanna Gautam
48424df685
properly line wrapping
...
Signed-off-by: Prasanna Gautam <prasannagautam@gmail.com >
2014-11-10 20:06:22 -05:00
Sven Dowideit
970e404e9b
Merge pull request #9069 from cpuguy83/docs_for_pr8509
...
Add missing docs for #8509
2014-11-10 17:04:28 -08:00
gautam, prasanna
cf19df4683
fixing punctuation and grammar
...
Signed-off-by: Prasanna Gautam <prasannagautam@gmail.com >
2014-11-10 18:05:02 -05:00
Jessie Frazelle
4fcd3dd748
Merge pull request #8716 from duglin/Issue8331
...
Use the HTTP Last-Modified http header as the mtime value for ADD cmd when present
2014-11-10 13:03:57 -07:00
Brian Goff
271f54aea3
Add missing docs for #8509
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2014-11-10 12:25:17 -05:00
tobe
b92d7cd60d
Remove the redundant include_search in mkdocs.yml
2014-11-10 20:23:46 +08:00
James Turnbull
e4fe85fc95
Merge pull request #9052 from andreyst/master
...
Fix typo in Docker Links chapter of User Guide
2014-11-10 00:10:38 -05:00
James Turnbull
1e75c9e8b4
Merge pull request #9057 from andi5/typo-best-practices
...
Fix mkdir typo in dockerfile_best-practices.md.
2014-11-10 00:10:20 -05:00
gautam, prasanna
3600bcb531
limiting to 80 chars
...
Signed-off-by: Prasanna Gautam < prasannagautam@gmail.com >
2014-11-09 19:54:00 -05:00
Andreas Köhler
b95f9c10ff
Fix mkdir typo in dockerfile_best-practices.md.
2014-11-10 01:00:05 +01:00
Andrey Stolbovsky
932cc23081
Fix typo in Docker Links chapter of User Guide
2014-11-09 23:23:45 +03:00
Prasanna Gautam
22afaa628f
Additional info for docker binary
...
Signed-off-by: Prasanna Gautam <prasannagautam@gmail.com >
I found that certain docker installations do not handle binding to the source directory quite right. Just writing it based on help from backjlack and tibor in IRC.
2014-11-09 10:28:45 -05:00
Doug Davis
2e482c86bc
Use the HTTP Last-Modified http header as the mtime value for ADD cmd when present
...
Closes #8331
Signed-off-by: Doug Davis <dug@us.ibm.com >
2014-11-07 13:58:05 -08:00
Fred Lifton
480b5e9c62
Revise Docs Maintainers list
...
Removing Sonat from docs maintainers because he no longer has time to complete all the responsibilities. Many thanks to Sonat for his help.
Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com > (github: fredlf)
2014-11-07 13:13:01 -08:00
Vincent Giersch
c30ccc62e4
Fix Docker Hub tags list specification
...
The current implementation of the Docker Hub returns a list of objects
containing the tag name and the layer id.
Docker-DCO-1.1-Signed-off-by: Vincent Giersch <vincent.giersch@ovh.net >
2014-11-07 17:16:42 +01:00
Sven Dowideit
6dc11cc992
makes the -s --size option documentation clearer #8950
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2014-11-07 11:56:56 +10:00
Fred Lifton
3afe9dbd24
Merge pull request #8970 from georgexsh/hyphen
...
unify `–`(en dash) to `-` when specifying options
2014-11-06 14:48:48 -08:00
Sven Dowideit
56261daf32
Merge pull request #8683 from cpuguy83/fix_api_docs
...
Bring API docs inline with 1.3
2014-11-05 16:34:27 -08:00
Fred Lifton
f10fefe408
Merge pull request #8874 from whoshuu/patch-1
...
Fix apparent copy paste mistake
2014-11-05 12:24:53 -08:00
Brian Goff
e86223e7b3
Bring API docs inline with 1.3
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2014-11-05 09:38:44 -05:00
James Turnbull
a61c4dc959
Merge pull request #8876 from whoshuu/docpatch-2
...
Remove out-of-context code block
2014-11-05 10:52:50 +01:00
James Turnbull
387c892126
Merge pull request #8915 from gDD/patch-1
...
Remove extra line feed typo
2014-11-05 08:22:09 +01:00
James Turnbull
49ecc499d7
Merge pull request #8908 from medimatrix/patch-1
...
Grammatical mistake in docs
2014-11-05 08:21:00 +01:00
George Xie
c81337d5db
unify –(en dash) to - when specifying options
...
Signed-off-by: Xie Shi <georgexsh@gmail.com >
2014-11-05 13:50:59 +08:00
Sven Dowideit
0d513b5a84
Merge pull request #8900 from nhsiehgit/updatefooter
...
Updatefooter
2014-11-04 17:14:58 -08:00
Sven Dowideit
098ccba6bd
Merge pull request #8892 from fredlf/relnotes-edit
...
Edits and refinements to 1.3.1 release notes.
2014-11-04 16:43:07 -08:00
Nathan Hsieh
ebeccee968
Updated footer to match rest of site
...
Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com >
2014-11-04 15:28:38 -08:00
Bert Goethals
762ffda95d
makes the -s --size option documentation clearer
2014-11-04 17:49:39 +01:00
Alexandr Morozov
9eb8fcd58a
Merge pull request #8390 from MalteJ/set-macaddress
...
Adding docker-cli run param to set MAC address
2014-11-04 07:54:59 -08:00
Malte Janduda
28605bc4d5
enhancing set-macaddress docu #2
...
Signed-off-by: Malte Janduda <mail@janduda.net >
2014-11-04 15:19:47 +01:00
Sven Dowideit
b68d7d39bc
Merge pull request #8924 from pdericson/api-doc-fix
...
Fix typo in api docs: stdou -> stdout
2014-11-03 23:09:16 -08:00
Fred Lifton
06f366bf00
Added missing item from Changelog
...
Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com > (github: fredlf)
2014-11-03 13:51:51 -08:00
Fred Lifton
1a1b0f223d
Edits and refinements to 1.3.1 release notes.
...
Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com > (github: fredlf)
2014-11-03 13:50:42 -08:00
Fred Lifton
8872c2903a
Merge pull request #8907 from icecrime/clarify_user_instruction_doc
...
Clarify USER instruction documentation
2014-11-03 11:58:56 -08:00
Tianon Gravi
693b9d335c
Update "official repos" doc to mention 100 char short desc limit
...
The Hub no longer accepts short descriptions over 100 characters.
Signed-off-by: Andrew Page <admwiggin@gmail.com >
2014-11-03 10:12:05 -07:00
Peter Ericson
4437573c96
Fix typo in api docs: stdou -> stdout
2014-11-03 10:52:50 +00:00
Malte Janduda
971fc2253a
enhancing set-macaddress docu
...
Signed-off-by: Malte Janduda <mail@janduda.net >
2014-11-03 11:43:27 +01:00