f5b80326a1
Add STOPSIGNAL instruction to dockerfiles.
...
This way, images creators can set the exit signal their programs use.
Signed-off-by: David Calavera <david.calavera@gmail.com >
2017-06-02 00:07:08 +00:00
36a36bdaf5
Signal to stop a container.
...
Allow to set the signal to stop a container in `docker run`:
- Use `--stop-signal` with docker-run to set the default signal the container will use to exit.
Signed-off-by: David Calavera <david.calavera@gmail.com >
2017-06-02 00:07:08 +00:00
0d2d916b13
Add awslogs driver for Amazon CloudWatch Logs
...
Signed-off-by: Samuel Karp <skarp@amazon.com >
2017-06-02 00:07:08 +00:00
e8447c157d
update docker volume man pages
...
- added --help option
- fixed several formatting problems
Also added --help to volume inspect reference page.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:08 +00:00
6c98ca574f
bash completion for docker volume
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:08 +00:00
54a47bdcaa
Add missing ps placeholder to the docs.
...
Signed-off-by: David Calavera <david.calavera@gmail.com >
2017-06-02 00:07:08 +00:00
1f974f76ad
man docker-tag minor fixup
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:08 +00:00
849b5b6d67
Fix usage for docker volume inspect and docker volume rm
...
For both commands, volume is _not_ optional. Several volumes may
be specified.
Both commands now use the same name (VOLUME) for the command argument.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:08 +00:00
56b46dca76
Typo in cp.md
...
Closes #16124
Signed-off-by: Doug Davis <dug@us.ibm.com >
2017-06-02 00:07:08 +00:00
b2fbeee10e
move pachyderm PFS link above rex ray link in docs/extend/plugins.md
...
Signed-off-by: Peter Edge <peter.edge@gmail.com >
2017-06-02 00:07:08 +00:00
bf2625bf1f
Add link to Pachyderm PFS volume driver plugin in plugins.md
...
Signed-off-by: Peter Edge <peter.edge@gmail.com >
2017-06-02 00:07:08 +00:00
2edd24ea80
Fix minor typo in docs
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:07:08 +00:00
ecbf92d66c
correct man docker-pull
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:08 +00:00
5d85be4a3c
add --insecure-registry warning to online docs
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:08 +00:00
621debd575
man Dockerfile ADD/COPY/FROM clarify
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:08 +00:00
c90013c460
clarify --insecure-registry in man docker
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:08 +00:00
1c26392626
Remove PortMapping from container NetworkSettings
...
Signed-off-by: Antonio Murdaca <runcom@linux.com >
2017-06-02 00:07:07 +00:00
1cf99bf127
Add docker ps --filter=… image completion
...
I missed that on #15919 , thanks @albers
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:07 +00:00
d5394a0d5f
Warning message for lvm devmapper running on top of loopback devices
...
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com >
2017-06-02 00:07:07 +00:00
8387eacede
Update shell completion on docker ps for ancestor
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:07 +00:00
d05294bae4
ubuntu-14-10-x64 is not a valid image on digital ocean
...
Signed-off-by: Jordan Jennings <jjn2009@gmail.com >
2017-06-02 00:07:07 +00:00
67f663c7bf
Add 'ancestor' ps filter for image
...
Makes it possible to filter containers by image, using
--filter=ancestor=busybox and get all the container running busybox
image and image based on busybox (to the bottom).
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:07 +00:00
23effb34d7
Added note about process interaction with container in detached mode
...
Signed-off-by: Dharmit Shah <shahdharmit@gmail.com >
Added note about process interaction with container in detached mode
Signed-off-by: Dharmit Shah <shahdharmit@gmail.com >
2017-06-02 00:07:07 +00:00
898614f30a
Update filtering chapters on ps/images references
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2017-06-02 00:07:07 +00:00
6d275805ad
Builder counts from 1
...
Signed-off-by: John Howard <jhoward@microsoft.com >
2017-06-02 00:07:07 +00:00
1f10226bfd
Add volume API/CLI
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2017-06-02 00:07:07 +00:00
f4060b1f65
adding message option to the import subcommand
...
Signed-off-by: Taylor Jones <monitorjbl@gmail.com >
2017-06-02 00:07:07 +00:00
a5f2ecff80
Update plugins.md
...
Add Convoy to Docker plugin list.
Signed-off-by: Sheng Yang <sheng.yang@rancher.com >
2017-06-02 00:07:07 +00:00
a5c18a853e
Copy edits for typos
...
Signed-off-by: Ed Costello <epc@epcostello.com >
2017-06-02 00:07:07 +00:00
df39b0146b
Add unless-stopped restart policy
...
Fixes #11008
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2017-06-02 00:07:07 +00:00
e1733b4db6
explain how to make it work on awazon ec2.
...
Signed-off-by: Klein Florian <florian.klein@free.fr >
2017-06-02 00:07:07 +00:00
b243bbed9c
Change all optional unit to [unit]
...
As suggested before, we should change every signal one.
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com >
2017-06-02 00:07:07 +00:00
445e4600f2
Revert "Fix broken links at plugins documentation"
...
This reverts commit 354147df012dd35f82e59e3511d9be4fc7610352.
Signed-off-by: Álex González <agonzalezro@gmail.com >
2017-06-02 00:07:07 +00:00
b64dba4262
Fix broken links at plugins documentation
...
Signed-off-by: Álex González <agonzalezro@gmail.com >
2017-06-02 00:07:07 +00:00
e7d0fd2b23
Make run and rmi bash completions configurable
...
Allow the user to configure how Docker's bash completion works for the
"events", "history", "inspect", "run", "rmi" and "save" commands through the
following environment variables:
DOCKER_COMPLETION_SHOW_IMAGE_IDS
"none" - Show names only (default)
"non-intermediate" - Show names and ids, but omit intermediate image IDs
"all" - Show names and ids, including intermediate image IDs
DOCKER_COMPLETION_SHOW_TAGS
"yes" - include tags in completion options (default)
"no" - don't include tags in completion options
Fixes #9474 .
Signed-off-by: Rory Hunter <roryhunter2@gmail.com >
2017-06-02 00:07:06 +00:00
5731775665
Add support for kernel memory limit
...
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com >
2017-06-02 00:07:06 +00:00
90cf0587f1
specify the docker run --rm action
...
Signed-off-by: He Simei <hesimei@zju.edu.cn >
2017-06-02 00:07:06 +00:00
91502290a5
fix format man-commit
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:06 +00:00
1c26439cbb
add -H to SYNOPSIS man-history
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:06 +00:00
27b1ab4116
Add gists provided by Mary
...
This adds the example gists, provided by Mary Anthony,
also fixes a link to the old /terms/
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-06-02 00:07:06 +00:00
a419da588f
run.md: --expose does NOT override Dockerfile EXPOSE
...
run.md states that the operator can override all defaults set in the Dockerfile, and explicitly says that `--expose` overrides the `EXPOSE` instruction. Neither of these are true. An `EXPOSE` instruction cannot be overridden, `--expose` can only add additional exposed ports.
This change fixes the instructions, and also takes the liberty of crisping up the grammar and phrasing in a place or two.
Signed-off-by: Spencer Brown <spencer@spencerbrown.org >
2017-06-02 00:07:06 +00:00
4ddb2c2a8d
add weight to daemon page so it renders in order
...
Signed-off-by: Morgan Bauer <mbauer@us.ibm.com >
2017-06-02 00:07:06 +00:00
08481e81ca
add missing instruction
...
Signed-off-by: bin liu <liubin0329@gmail.com >
2017-06-02 00:07:06 +00:00
1219ef846c
Add format description in run doc
...
And only set false to --oom-kill-disable, we just need the default
value to show.
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com >
2017-06-02 00:07:06 +00:00
49acf8c522
Adding support to publish on custom host port ranges
...
Signed-off-by: Don Kjer <don.kjer@gmail.com >
Changing vendor/src/github.com/docker/libnetwork to match lindenlab/libnetwork custom-host-port-ranges-1.7 branch
2017-06-02 00:07:06 +00:00
7c7faab3d2
fix SYNOPSIS alphabetical order man-create
...
Signed-off-by: Sally O'Malley <somalley@redhat.com >
2017-06-02 00:07:06 +00:00
e0d42a679c
remove references to 'source repository'
...
- rewrite intro to Dockerfile reference usage section to remove
references to 'source repository'
- Closes #14714
- Fixes: #8648
- Updating with Seb's comments
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:07:06 +00:00
58a37fe8cf
Updating hashcode links to commands
...
Signed-off-by: Mary Anthony <mary@docker.com >
2017-06-02 00:07:06 +00:00
eb1d7c01a2
reference/run: Some editorial changes
...
Based on the suggestions from @moxiegirl, some changes to make the wording more clear.
Signed-off-by: Kai Blin <kai@samba.org >
2017-06-02 00:07:06 +00:00
33e158b9fc
reference/run: Add some articles
...
Signed-off-by: Kai Blin <kai@samba.org >
2017-06-02 00:07:06 +00:00