Sven Dowideit and Tibor Vass
d8d520cfbc
Explicitly mention that '-P' maps to random ports
...
as noted in https://github.com/boot2docker/boot2docker/issues/690
Signed-off-by: Sven Dowideit <SvenDowideit@docker.com >
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com > (github: SvenDowideit)
2017-06-02 00:06:44 +00:00
Dan Walsh and Tibor Vass
ea4024d2bd
--help option and help command should print to stdout not stderr
...
--help and help are successful commands so output should not go to error.
QE teams have requested this change, also users doing docker help | less
or docker run --help | less would expect this to work.
Usage statement should only be printed when the user asks for it.
Errors should print error message and then suggest the docker COMMAND --help
command to see usage information.
The current behaviour causes the user to have to search for the error message
and sometimes scrolls right off the screen. For example a error on a
"docker run" command is very difficult to diagnose.
Finally erros should always exit with a non 0 exit code, if the user
makes a CLI error.
Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com > (github: rhatdan)
2017-06-02 00:06:44 +00:00
Sven Dowideit and Tibor Vass
bc5dd0cd32
Add docs Cloudfront cache invalidation
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au > (github: SvenDowideit)
Signed-off-by: Sven Dowideit <SvenDowideit@docker.com >
2017-06-02 00:06:44 +00:00
Srini Brahmaroutu and Tibor Vass
c33d198609
add ability to publish range of ports
...
Closes #8899
Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com >
2017-06-02 00:06:44 +00:00
Harald Albers and Tibor Vass
3fb5792b25
Sort options in bash completion alphabetically
...
This introduces a sort order for options:
Arrange options sorted alphabetically by long name with the short
options immediately following their corresponding long form.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:06:44 +00:00
Harald Albers and Tibor Vass
1d3be0eae9
Add missing options to bash completion
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:06:44 +00:00
Sven Dowideit and Tibor Vass
6345932ff1
Document that there is a delay before the --restart policy restart, and that its double the last one
...
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com > (github: SvenDowideit)
Signed-off-by: Sven Dowideit <SvenDowideit@docker.com >
2017-06-02 00:06:44 +00:00
Sven Dowideit and Tibor Vass
04e44cef6b
Talk up the 1.4 change to initialise volumes at time
...
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com > (github: SvenDowideit)
Signed-off-by: Sven Dowideit <SvenDowideit@docker.com >
2017-06-02 00:06:44 +00:00
Phil Estes and Tibor Vass
bd4bbf0034
Add "OOM killed" event based on OOM state information
...
Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com > (github: estesp)
2017-06-02 00:06:43 +00:00
Doug Davis and Tibor Vass
c5bc505744
Allow for relative paths on ADD/COPY
...
Moved Tianon's PR from: https://github.com/docker/docker/pull/7870
on top of the latest code
Closes : #3936
Signed-off-by: Andrew Page <admwiggin@gmail.com >
Signed-off-by: Doug Davis <dug@us.ibm.com >
2017-06-02 00:06:43 +00:00
Sven Dowideit and Tibor Vass
8b6198a7f2
Update the documentation for #9356 fix
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2017-06-02 00:06:43 +00:00
Sven Dowideit and Tibor Vass
1cc7a4eb81
add Scott's link checker script, and fix what it finds
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2017-06-02 00:06:43 +00:00
Fred Lifton and Tibor Vass
0ed37792d6
Additions for 1.4.1 release
...
Docker-DCO-1.1-Signed-off-by: Fred Lifton <fred.lifton@docker.com > (github: fredlf)
2017-06-02 00:06:43 +00:00
Harald Albers and Tibor Vass
ce7267e597
Refactor completion for docker run and docker create
...
_docker_run and _docker_create had only one differing line.
This refactoring features:
- direct completion for both commands to the same function
- factor out the common arguments, sort & format them nicely
- compute the argument for _docker_pos_first_nonflag.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:06:43 +00:00
Barnaby Gray and Tibor Vass
6a94570d5a
Update fish shell completions.
...
Fixes #9550
Signed-off-by: Barnaby Gray <barnaby@pickle.me.uk >
2017-06-02 00:06:43 +00:00
Jessica Frazelle and Tibor Vass
e6d8a17cf5
add note to docs about overlay + btrfs
...
Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com > (github: jfrazelle)
2017-06-02 00:06:43 +00:00
shishir-a412ed and Tibor Vass
41d3d7dc72
Added description for 'docker run' command, -c/--cpu-shares flag
...
Signed-off-by: Shishir Mahajan <shishir.mahajan@redhat.com >
2017-06-02 00:06:43 +00:00
Arnaud Porterie and Tibor Vass
76daef2b9a
Forbid client piping to tty enabled container
...
Forbid `docker run -t` with a redirected stdin (such as `echo test |
docker run -ti busybox cat`). Forbid `docker exec -t` with a redirected
stdin. Forbid `docker attach` with a redirect stdin toward a tty enabled
container.
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com >
2017-06-02 00:06:43 +00:00
Sven Dowideit and Tibor Vass
acd8287c74
Add a fuse example, combining both SYS_ADMIN and --device
...
inspired by #9448 and #9487
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com > (github: SvenDowideit)
Signed-off-by: Sven Dowideit <SvenDowideit@docker.com >
2017-06-02 00:06:43 +00:00
Sven Dowideit and Tibor Vass
c5e525eb4c
add --cap-add=NET_ADMIN to make a new network device
...
inspired by #9452
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com > (github: SvenDowideit)
Signed-off-by: Sven Dowideit <SvenDowideit@docker.com >
2017-06-02 00:06:43 +00:00
Michael Crosby and Tibor Vass
f96a52c955
Return docker's root dir in docker -D info
...
This adds the docker daemon's root directory to docker info when running
in debug mode. This allows the user to view the root directory where
docker is writing and storing state.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com >
2017-06-02 00:06:43 +00:00
Sven Dowideit and Tibor Vass
dc2868ee11
Note that using -lxc-conf to change things Docker manages has pitfalls
...
Signed-off-by: Sven Dowideit <SvenDowideit@docker.com >
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com > (github: SvenDowideit)
2017-06-02 00:06:43 +00:00
Sven Dowideit and Tibor Vass
640fabe8da
fixes as per feedback
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au > (github: SvenDowideit)
2017-06-02 00:06:43 +00:00
Sven Dowideit and Tibor Vass
87353ddc98
Try out a different phrase for --icc
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au > (github: SvenDowideit)
2017-06-02 00:06:43 +00:00
Michal Minar and Tibor Vass
716e639748
Doc: described storage-driver options in cli reference
...
Documented --storage-opt=[] option in cli reference page. Content taken
from:
daemon/graphdriver/devmapper/README.md
Signed-off-by: Michal Minar <miminar@redhat.com >
Docker-DCO-1.1-Signed-off-by: Michal Minar <miminar@redhat.com > (github: SvenDowideit)
2017-06-02 00:06:43 +00:00
Michal Minar and Tibor Vass
0f2e87fcf8
Man: describe --icc option better
...
Current description is misleading. It make an impression the --icc=false
prevents containers to talk with each other.
Signed-off-by: Michal Minar <miminar@redhat.com >
Docker-DCO-1.1-Signed-off-by: Michal Minar <miminar@redhat.com > (github: SvenDowideit)
2017-06-02 00:06:42 +00:00
Sven Dowideit and Tibor Vass
f79055e610
Auto-update documentation from the output of the cli.
...
I've re-jigged the run man page so that each option's text begins with the
cli's help text for that flag, and then ay subsequent lines in the man page
are carried forward.
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au > (github: SvenDowideit)
2017-06-02 00:06:42 +00:00
Sven Dowideit and Tibor Vass
bc4f74bc1d
Something changed, broke the docs release script, and it seems that --exclude still doesn't work, so I'm removing it
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2017-06-02 00:06:42 +00:00
Lénaïc Huard and Tibor Vass
12a763ba5a
Rename the overlay storage driver
...
so that docker is started with `docker -d -s overlay` instead of `docker -d -s overlayfs`
Signed-off-by: Lénaïc Huard <lhuard@amadeus.com >
2017-06-02 00:06:42 +00:00
Sindhu S and Tibor Vass
f7c051492c
Fix dead link cli.md
2017-06-02 00:06:42 +00:00
Tomas Tomecek and Tibor Vass
82436ff167
docs: man docker-images: inconsistent naming
...
Synopsis is mentioning "NAME" while description is describing "REPOSITORY".
Signed-off-by: Tomas Tomecek <ttomecek@redhat.com >
2017-06-02 00:06:42 +00:00
Sindhu S and Tibor Vass
5d4d002c23
Fix dead link build.md
2017-06-02 00:06:42 +00:00
Alexander Boyd and Tibor Vass
ed00fc5e27
Correct inaccuracy in docker pull documentation
...
Signed-off-by: Alexander Boyd <alex@opengroove.org >
2017-06-02 00:06:42 +00:00
Jacob Atzen and Tibor Vass
d40014d096
Update documentation for EXPOSE
...
The documentation for EXPOSE seems to indicate, that EXPOSE is only relevant in
the context of links, which is not the case.
Signed-off-by: Jacob Atzen <jatzen@gmail.com >
2017-06-02 00:06:42 +00:00
James Turnbull and Tibor Vass
407a4a1916
Removed extraneous )
...
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net > (github: jamtur01)
2017-06-02 00:06:42 +00:00
Sven Dowideit and Tibor Vass
00a5a3fa8a
Add an example of how to add your client IP to the container hosts file
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au > (github: SvenDowideit)
2017-06-02 00:06:42 +00:00
Michael Steinert and Tibor Vass
ab60926400
Fix a small typo
...
Signed-off-by: Michael Steinert <mike.steinert@gmail.com >
2017-06-02 00:06:42 +00:00
Sven Dowideit and Tibor Vass
11d4be9719
Explain what the VIRTUAL SIZE means
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au > (github: SvenDowideit)
2017-06-02 00:06:42 +00:00
Victor Vieux and Tibor Vass
3b475ff060
docs nits
...
Signed-off-by: Victor Vieux <vieux@docker.com >
2017-06-02 00:06:42 +00:00
Victor Vieux and Tibor Vass
8434115c69
events filtering
...
Signed-off-by: Victor Vieux <vieux@docker.com >
2017-06-02 00:06:42 +00:00
Harald Albers and Tibor Vass
3addb4d642
Minor bash completion cleanup
...
The -n and --networking options were removed because they are
unsupported.
Bash completion should not reveal the existence of otherwise
undocumented unsupported options.
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:06:42 +00:00
Harald Albers and Tibor Vass
055b224c90
Add missing options to bash completion for the run and create commands
...
Signed-off-by: Harald Albers <github@albersweb.de >
2017-06-02 00:06:42 +00:00
Aidan Hobson Sayers and Tibor Vass
923e1ecbc5
Allow git@ prefixes for any hosted git service
...
Signed-off-by: Aidan Hobson Sayers <aidanhs@cantab.net >
2017-06-02 00:06:41 +00:00
Vincent Bernat and Tibor Vass
69d7e8443d
zsh: correctly parse available subcommands
...
A lot of flags have been added on the output of `docker help`. Use a
more robust method to extract the list of available subcommands by
spotting the `Command:` line and the next blank line.
Signed-off-by: Vincent Bernat <vincent@bernat.im >
2017-06-02 00:06:41 +00:00
Dmitry V. Krivenok and Tibor Vass
536f41a73e
Made wording a bit more generic.
2017-06-02 00:06:41 +00:00
Dmitry V. Krivenok and Tibor Vass
536361ff18
Fixed typo in documentation.
2017-06-02 00:06:41 +00:00
unclejack and Tibor Vass
494cc3ad71
build: add pull flag to force image pulling
...
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com >
2017-06-02 00:06:41 +00:00
Vincent Batts and Tibor Vass
acb8b1b5f6
overlayfs: add --storage-driver doc
...
Signed-off-by: Vincent Batts <vbatts@redhat.com >
2017-06-02 00:06:41 +00:00
Victor Vieux and Tibor Vass
ddef8db902
key=values -> key=value
...
Signed-off-by: Victor Vieux <vieux@docker.com >
2017-06-02 00:06:41 +00:00
Victor Vieux and Tibor Vass
1d559f6ade
add daemon labels
...
Signed-off-by: Victor Vieux <vieux@docker.com >
2017-06-02 00:06:41 +00:00