Sven Dowideit
a1ecd8e68c
Merge pull request #17693 from tophj-ibm/fixed-docs-contribution-link
...
Fixed link to contribution page in docs/README.md.
2015-11-06 09:57:07 +10:00
Solomon Hykes
2519f46550
Merge pull request #17700 from calavera/remove_lxc
...
Remove LXC support.
2015-11-05 15:22:37 -08:00
David Calavera
157b66ad39
Remove exec-driver global daemon option.
...
Each platform has only a driver now.
Signed-off-by: David Calavera <david.calavera@gmail.com >
2015-11-05 17:09:58 -05:00
David Calavera
3b5fac462d
Remove LXC support.
...
The LXC driver was deprecated in Docker 1.8.
Following the deprecation rules, we can remove a deprecated feature
after two major releases. LXC won't be supported anymore starting on Docker 1.10.
Signed-off-by: David Calavera <david.calavera@gmail.com >
2015-11-05 17:09:57 -05:00
Brian Goff
9465d6ee6a
Merge pull request #17534 from Microsoft/10662-filterhyperv
...
Windows: Add isolation to ps filter
2015-11-05 15:55:47 -05:00
John Howard
9c5814171c
Windows: Add isolation to ps filter
...
Signed-off-by: John Howard <jhoward@microsoft.com >
2015-11-05 10:18:24 -08:00
Anton Polonskiy
3f331eaa40
fix typo
...
Signed-off-by: Anton Polonskiy <anton.polonskiy@gmail.com >
2015-11-05 18:33:16 +02:00
Christopher Jones
f48f850a24
Updated link to https.
...
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com >
2015-11-05 09:20:20 -06:00
Jeroen Jacobs
75602d4930
Fixes typo in docs/userguide/dockervolumes.md
...
Signed-off-by: Jeroen Jacobs <git@jeroenj.be >
2015-11-05 16:08:11 +01:00
Nathan LeClaire
6326e6732d
Revise commands in Compose section of multi-host quickstart
...
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com >
2015-11-04 17:44:01 -08:00
Sebastiaan van Stijn
1ef3b1f857
Merge pull request #17694 from hrldcpr/patch-1
...
fix documentation inconsistency for volume create
2015-11-05 01:16:09 +01:00
Sebastiaan van Stijn
236913f4e8
Merge pull request #14012 from sallyom/exitCodes
...
Change 'docker run' exit codes to distinguish docker/contained errors
2015-11-05 00:50:08 +01:00
Alex Chan
40dc0c4861
Fix typo in dockervolumes.md
...
Signed-off-by: Alex Chan <alex@alexwlchan.net >
2015-11-04 22:13:35 +00:00
Sally O'Malley
41de7a18d8
Change 'docker run' exit codes to distinguish docker/contained errors
...
The purpose of this PR is for users to distinguish Docker errors from
contained command errors.
This PR modifies 'docker run' exit codes to follow the chroot standard
for exit codes.
Exit status:
125 if 'docker run' itself fails
126 if contained command cannot be invoked
127 if contained command cannot be found
the exit status otherwise
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2015-11-04 15:18:50 -05:00
Mary Anthony
90e16ab8f9
Fixing BTRFS > Btrfs
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-11-04 11:23:16 -08:00
Sebastiaan van Stijn
8e2b20580b
Docs: add "Linux kernel extra" to manual install
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-11-04 19:49:47 +01:00
harold cooper
f67da614e9
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 >
2015-11-04 13:22:53 -05:00
Christopher Jones
836fa1c1e5
Fixed link to contribution page in docs/README.md.
...
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com >
2015-11-04 11:24:03 -06:00
Sebastiaan van Stijn
67630bef47
Merge pull request #17649 from rsmoorthy/rsmoorthy-patch-1
...
volume plugin doc update
2015-11-03 23:33:20 +01:00
Madhu Venugopal
39dfc536d4
Updating networking docs with technical information
...
- the /etc/hosts read caveat due to dynamic update
- information about docker_gwbridge
- Carries and closes #17654
- Updating with last change by Madhu
- Updating with the IPAM api 1.22
Signed-off-by: Mary Anthony <mary@docker.com >
2015-11-03 08:42:40 -08:00
Sebastiaan van Stijn
43ae13742d
Merge pull request #17650 from thaJeztah/fix-api-network-output
...
docs: update remote API responses and minor fixes
2015-11-03 16:09:01 +01:00
Sebastiaan van Stijn
d3b2e7dcf4
Merge pull request #17652 from moxiegirl/nigel-credits
...
Nigel acknowledgement
2015-11-03 15:35:53 +01:00
Sebastiaan van Stijn
286fe69d53
docs: update remote API responses and minor fixes
...
Add back the "old" networksettings fields that were removed,
but added back to maintain backward compatibility, in
https://github.com/docker/docker/pull/17538
Update network endpoint responses, with updated response
introduced in;
https://github.com/docker/docker/pull/17536
Added changes to v1.22 that were applied to the v1.21 / v1.20 docs
after the API bump(s);
https://github.com/docker/docker/pull/17085
https://github.com/docker/docker/pull/17127
https://github.com/docker/docker/pull/13707
Also fixed some mixed tab/spaces indentation
and Markdown formatting issues (causing code-blocks to
be rendered incorrectly)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-11-03 15:24:31 +01:00
Mary Anthony
7b978cc378
Nigel acknowledgement
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-11-03 05:52:33 -08:00
Mary Anthony
0f1083c8da
Fixing ZooKeeper and some other nits Nathan found
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-11-03 05:34:54 -08:00
rsmoorthy
4d9b8bae25
multiple mount/unmount req with same volume name
...
Updating docs to handle mount/unmount requests with same volume name. Issue #17585
Signed-off-by: Moorthy RS <rsmoorthy@gmail.com >
2015-11-03 16:33:20 +05:30
Gou Rao
0385b9b65d
Update plugins.md
...
Add OpenStorage to Docker plugin list.
Signed-off-by: Gou Rao <gou@portworx.com >
2015-11-02 22:23:13 -08:00
Mary Anthony
950fbf99b1
Add special memory management file
...
updating after assignment for Nigel
Adding in some notes from Nigel work
Updating with the storage driver content Nigel added
Updating with Nigel's polishing tech
Adding in Nigel graphics
First pass of aufs material
Capturing Nigel's latest
Comments back to Nigel on devicemapper
Incorporating Nigel's comments v3
Converting images for dm
Entering comments into aufs page
Adding the btfs storage driver
Moving to userguide
Adding in two new driver articles from Nigel
Optimized images
Updating with comments
Signed-off-by: Mary Anthony <mary@docker.com >
2015-11-02 21:40:18 -08:00
Mary Anthony
9ef855f9e5
First pass at consolidating
...
Removing old networking.md
Updating dockernetworks.md with images
Adding information on network plugins
Adding blurb about links to docker networking
Updating the working documentation
Adding Overlay Getting Started
Downplaying links by removing refs/examples, adding refs/examples for network.
Updating getting started to reflect networks not links
Pulling out old network material
Updating per discussion with Madhu to add Default docs section
Updating with bridge default
Fix bad merge
Updating with new cluster-advertise behavior
Update working and NetworkSettings examples
Correcting example for default bridge discovery behavior
Entering comments
Fixing broken Markdown Syntax
Updating with comments
Updating all the links
Signed-off-by: Mary Anthony <mary@docker.com >
2015-11-02 21:14:55 -08:00
Sebastiaan van Stijn
e41de3e631
Add examples for ENV vars in API
...
As discussed in https://github.com/docker/docker/issues/16623 ,
the API calls for setting ENV-vars lacked an actual example.
This PR adds some examples to the API calls.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-11-02 17:44:31 +01:00
Mary Anthony
e400125b66
Moving project to docker/opensource
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-11-01 18:39:10 -08:00
moxiegirl
e2e2ea401a
Merge pull request #17591 from moxiegirl/remove-old-api
...
Remove old api docs that are no-longer appearing on docs-docker.com
2015-11-01 12:30:58 -08:00
Mary Anthony
d2382f7b96
Remove old api docs that are no-longer appearing on docs-docker.com
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-11-01 08:22:10 -08:00
Mary Anthony
e4d86c2c38
Update to hide the 1.10 material
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-11-01 08:03:08 -08:00
Mary Anthony
5ce093e945
Fixing broken links
...
Fixing the weight
Signed-off-by: Mary Anthony <mary@docker.com >
2015-10-31 19:45:56 -07:00
moxiegirl
aa832d0197
Merge pull request #17523 from Evalle/17326-fix-ubuntu-installation-instructions
...
Fix ubuntu installation instructions page
2015-10-30 10:10:04 -07:00
moxiegirl
f714118439
Merge pull request #17447 from ehaydenr/master
...
Update kill.md
2015-10-30 10:07:44 -07:00
Tibor Vass
c545dce004
Merge pull request #16640 from samuelkarp/awslogs-logging-driver
...
[awslogs] Auto-detect region and set user-agent
2015-10-30 12:38:40 -04:00
evalle
eb0a208f4b
Fix ubuntu installation instructions page
...
Signed-off-by: evalle <shmarnev@gmail.com >
2015-10-30 15:46:34 +01:00
Eric Rosenberg
c1a5ee53c1
Update kill.md
...
Added Note to show users that signals will not propagate to the container if the preferred exec form isn't used.
Signed-off-by: Eric Rosenberg <ehaydenr@gmail.com >
2015-10-29 18:40:16 -05:00
David Calavera
9a7e632cf0
Update inspect api examples with new network settings.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2015-10-27 19:56:29 -04:00
Samuel Karp
8a6dfb26f3
[awslogs] Auto-detect region on EC2 instances
...
Signed-off-by: Samuel Karp <skarp@amazon.com >
2015-10-27 23:47:28 +00:00
Sebastiaan van Stijn
b96e076af9
Merge pull request #16017 from flowlo/master
...
docs: Explain volume_name in POST /container Binds
2015-10-27 23:28:47 +01:00
David Calavera
1156b7ff66
Merge pull request #17401 from hugomarisco/patch-1
...
update gpg add key command, without sudo it fails
2015-10-27 15:16:27 -07:00
Nathan Williams
258bbdb57e
fix oracle/rhel install docs
...
Signed-off-by: Nathan Williams <nath.e.will@gmail.com >
2015-10-27 15:12:15 -07:00
Nathan Williams
6ff8b32bff
fix fedora install docs
...
Signed-off-by: Nathan Williams <nath.e.will@gmail.com >
2015-10-27 15:11:43 -07:00
Nathan Williams
c6e1d98266
fix docs for cent repo setup
...
Signed-off-by: Nathan Williams <nath.e.will@gmail.com >
2015-10-27 15:10:45 -07:00
Mary Anthony
d5364c7114
Updating network commands: adding man pages
...
Adding Related information blocks
Final first draft pass: ready for review
Review comments
Entering comments from the gang
Updating connect to include paused
Signed-off-by: Mary Anthony <mary@docker.com >
2015-10-27 08:29:07 -07:00
Hugo Marisco
7f7953dcc2
update gpg add key command, without sudo it fails
...
Signed-off-by: Hugo Marisco <0x6875676f@gmail.com >
2015-10-27 13:49:52 +00:00
Kun Zhang
9b0d0a64fa
command missing 'daemon'
...
Signed-off-by: Kun Zhang <zkazure@gmail.com >
2015-10-27 16:22:09 +08:00