OddBloke and Tibor Vass
383db402ca
Explain ADD invalidation more accurately
...
And also move it in to the `ADD` section, rather than being hidden in the `RUN` section.
Docker-DCO-1.1-Signed-off-by: Daniel Watkins <daniel@daniel-watkins.co.uk > (github: OddBloke)
2017-06-02 00:06:31 +00:00
Matthew Heon and Tibor Vass
8c2470323d
Error if Docker daemon starts with BTRFS graph driver and SELinux enabled
...
The Docker btrfs graph driver does not interact well with SELinux at present.
If btrfs mounts the same file in several locations, the same SELinux label will
be applied to all mountpoints. In the context of the graph driver, things such
as shared libraries become inaccessible to containers due to SELInux, causing
all dynamically linked applications to fail when run in a container.
Consequently, error when we detect the daemon is being run with SELinux enabled
and the btrfs driver. Documentation has been added for this behavior.
Docker-DCO-1.1-Signed-off-by: Matthew Heon <mheon@redhat.com > (github: mheon)
2017-06-02 00:06:31 +00:00
Felix Rabe and Tibor Vass
c23159c986
run.md: Fix references to cli
...
There are now no other occurrences of `#cli-` in this document.
TODO: Find other places with wrong links.
2017-06-02 00:06:30 +00:00
Andrew France and Tibor Vass
68f296e8fb
Fix "Error while reading file" Fish completion
...
An unbalanced single quote caused Fish to fail to load the completion file with `source: Error while reading file “/etc/fish/completions/docker.fish”`.
Docker-DCO-1.1-Signed-off-by: Andrew France <andrew@avito.co.uk > (github: Odaeus)
2017-06-02 00:06:30 +00:00
SvenDowideit and Tibor Vass
6f03f597ad
I'm going to wish I didn't do this
...
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au > (github: SvenDowideit)
2017-06-02 00:06:30 +00:00
SvenDowideit and Tibor Vass
0db5ead653
Update cli.md and man pages to match current cli
...
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au > (github: SvenDowideit)
2017-06-02 00:06:30 +00:00
Sven Dowideit and Tibor Vass
094fa1b8fd
Lowercase world, because its not important.
...
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com > (github: SvenDowideit)
2017-06-02 00:06:30 +00:00
Victor Vieux and Tibor Vass
0c845f3f41
update docs
...
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com > (github: vieux)
2017-06-02 00:06:30 +00:00
Alexandr Morozov and Tibor Vass
a9bea1525c
Implement tail for docker logs
...
Fixes #4330
Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com > (github: LK4D4)
2017-06-02 00:06:30 +00:00
Tibor Vass and Tibor Vass
e7e6ff5e6f
more docs for dockerignore
...
Docker-DCO-1.1-Signed-off-by: Tibor Vass <teabee89@gmail.com > (github: tiborvass)
2017-06-02 00:06:30 +00:00
Victor Vieux and Tibor Vass
db5c70afe4
updated docs & tests
...
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com > (github: vieux)
2017-06-02 00:06:30 +00:00
Eric Windisch and Tibor Vass
3775c33ab9
Pause/freeze containers during commit
...
Initiates a pause before committing a container,
adds a pause option to the commit command, defaulting to 'true'.
Fixes bug: #6267
Fixes bug: #3675
Docker-DCO-1.1-Signed-off-by: Eric Windisch <ewindisch@docker.com > (github: ewindisch)
2017-06-02 00:06:30 +00:00
SvenDowideit and Tibor Vass
dd0cd23fd7
blindly make all uses of e\.?g\.? into e.g.,
...
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au > (github: SvenDowideit)
2017-06-02 00:06:30 +00:00
James Turnbull and Tibor Vass
dce7a15eda
Formatting and consistency fixes to CLI and RUN references
...
* Removed double backticks.
* Reformatted paragraphs.
* Fixed consistent STDOUT/STDIN/STDERR references.
* Fixed several broken URLs.
* Fixed backtick mismatches.
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net > (github: jamtur01)
2017-06-02 00:06:30 +00:00
Matthew Heon and Tibor Vass
382814d8d8
Update documentation noting that SIGCHLD is not proxied.
...
Docker's --sig-proxy option sends all signals but one to a container. The
exception s SIGCHLD, which is deliberately ignored as it doesn't make sense to
send such a signal to a process in a container. Documentation updates will make
this less confusing if anyone does attempt to do this.
Docker-DCO-1.1-Signed-off-by: Matt Heon <mheon@redhat.com > (github: mheon)
2017-06-02 00:06:30 +00:00
Travis Cline and Tibor Vass
ebb9d58225
Add .dockerignore support
...
Fixes #2224
Docker-DCO-1.1-Signed-off-by: Travis Cline <travis.cline@gmail.com > (github: tmc)
2017-06-02 00:06:30 +00:00
Tianon Gravi and Tibor Vass
a744ade2a8
Add bash completion for "docker rm -f" and complete on all containers instead of just stopped containers when "-f" is specified
...
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com > (github: tianon)
2017-06-02 00:06:30 +00:00
O.S. Tezer and Tibor Vass
742b229408
Anglicanisms: Grammatical correction (pos. adj. apost.)
...
Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com > (github: ostezer)
2017-06-02 00:06:30 +00:00
Sven Dowideit and Tibor Vass
fe1e15dad4
Add the missing paren to the documentation for docker commit too
...
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com > (github: SvenDowideit)
2017-06-02 00:06:30 +00:00
Sven Dowideit and Tibor Vass
6c8a3f798b
Add Sockets (-H) list to docker -D info.
...
This will allow us to _know_ what the user's -H settings are, which may
be useful for debugging later.
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@fosiki.com > (github: SvenDowideit)
2017-06-02 00:06:30 +00:00
Jezeniel Zapanta and Tibor Vass
acbbeb39de
Fix typo in the docs.
...
Fix a minor typographical error inside `run.md`.
2017-06-02 00:06:30 +00:00
Johan Euphrosine and Tibor Vass
56b7c20e46
api/client/build: allow tar as context for docker build -
...
Docker-DCO-1.1-Signed-off-by: Johan Euphrosine <proppy@google.com > (github: proppy)
2017-06-02 00:06:29 +00:00
Jonathan Boulle and Tibor Vass
6cc9c5bd42
be consistent in capitalization of Docker
...
Docker-DCO-1.1-Signed-off-by: Jonathan Boulle <jonathanboulle@gmail.com > (github: jonboulle)
2017-06-02 00:06:29 +00:00
David Gageot and Tibor Vass
faeae5d7b7
Fix flag names
2017-06-02 00:06:29 +00:00
Paul Weaver and Tibor Vass
983c74aced
Clean up some uses on 'an' in builder docs
2017-06-02 00:06:29 +00:00
Paul Weaver and Tibor Vass
0e185f84fb
Fix minor typo and improve wording
2017-06-02 00:06:29 +00:00
Tianon Gravi and Tibor Vass
f66535d618
Update bash-completion to reflect ability to push single tags
...
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com > (github: tianon)
2017-06-02 00:06:29 +00:00
Tianon Gravi and Tibor Vass
352a67bfd4
Fix mode on contrib/completion/zsh/_docker (-x)
...
ZSH completion scripts aren't supposed to be executable - they're sourced by ZSH and aren't run directly.
Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com > (github: tianon)
2017-06-02 00:06:29 +00:00
Victor Vieux and Tibor Vass
a34d496738
cleanup all mentions of insert
...
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com > (github: vieux)
2017-06-02 00:06:29 +00:00
Jan Pazdziora and Tibor Vass
2f908862e3
The docker run --dns does not resolve hostname and having hostname in resolv.conf does not work.
...
Docker-DCO-1.1-Signed-off-by: Jan Pazdziora <jpazdziora@redhat.com > (github: adelton)
2017-06-02 00:06:29 +00:00
Matthew Heon and Tibor Vass
45496ca4f1
Updated CLI documentation for docker pull with notes on specifying URL
...
Docker-DCO-1.1-Signed-off-by: Matthew Heon <mheon@redhat.com > (github: mheon)
2017-06-02 00:06:29 +00:00
Timothy and Tibor Vass
12be909528
Document the potential insecurity of --net host
...
Docker-DCO-1.1-Signed-off-by: Timothy <timothyhobbs@seznam.cz > (github: https://github.com/timthelion )
2017-06-02 00:06:29 +00:00
Solomon Hykes and Tibor Vass
5182afe46e
Guillaume is busy full-time on his new business, and no longer available
...
as a maintainer.
Best of luck on your e-commerce business Guillaume, and thanks for all
the great contributions!
Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com > (github: shykes)
2017-06-02 00:06:29 +00:00
AJ Bowen and Tibor Vass
3a348dab9b
Fix spelling and grammar errors; remove seemingly out-of-place words
...
Docker-DCO-1.1-Signed-off-by: AJ Bowen <aj@gandi.net > (github: soulshake)
2017-06-02 00:06:29 +00:00
Michael Prokop and Tibor Vass
3ca0eb652b
Fix several typos
...
Docker-DCO-1.1-Signed-off-by: Michael Prokop <github@michael-prokop.at > (github: mika)
2017-06-02 00:06:29 +00:00
Álvaro Lázaro and Tibor Vass
1fa4c8b6b0
Fix typo
2017-06-02 00:06:29 +00:00
James Turnbull and Tibor Vass
cf6acae39b
Initial links
...
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net > (github: jamtur01)
2017-06-02 00:06:29 +00:00
Alexander Larsson and Tibor Vass
655fe238c5
Add --storage-opt graph driver option and pass through to driver
...
This lets you add storage specific options for the daemon.
Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com > (github: alexlarsson)
2017-06-02 00:06:29 +00:00
Matthew Heon and Tibor Vass
8fc62f6ec3
Clarify effect of docker start on started container in CLI docs
...
This behavior changed from v0.9 to v0.10, so document it to prevent
any confusion.
Docker-DCO-1.1-Signed-off-by: Matthew Heon <mheon@redhat.com > (github: mheon)
2017-06-02 00:06:29 +00:00
James Turnbull and Tibor Vass
52488445a5
Revert "Initial links for Docker Hub rename"
...
This reverts commit 2819677c215bd409b4ce4da51f0ddfb303760796.
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net > (github: jamtur01)
2017-06-02 00:06:28 +00:00
James Turnbull and Tibor Vass
faffc555ab
Initial links for Docker Hub rename
...
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net > (github: jamtur01)
2017-06-02 00:06:28 +00:00
Chris Snow and Tibor Vass
1b06f322c5
Update builder.md
2017-06-02 00:06:28 +00:00
FLGMwt and Tibor Vass
47f850e550
Change 'Uploading context' wording
...
Docker-DCO-1.1-Signed-off-by: Ryan Stelly <ryan.stelly@live.com > (github: FLGMwt)
2017-06-02 00:06:28 +00:00
SvenDowideit and Tibor Vass
6fa1105051
IANA allocated Docker port: 2375
...
2375/2376 are assigned:
http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=docker
For #1440
Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au > (github: SvenDowideit)
2017-06-02 00:06:28 +00:00
James Turnbull and Tibor Vass
99e2e8c292
Changed all references from Trusted Builds to Automated Builds
...
* Updated docker images output
* Deprecated docker images -t/--trusted option and replace with --automated
* Changed *trusted variables to *automated
* Changed added support for is_automated alongside deprecated is_trusted
* Updated man pages, docs and completion
* Updated API documentation
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net > (github: jamtur01)
2017-06-02 00:06:28 +00:00
Vincent Batts and Tibor Vass
601a4809db
filters: change untagged to dangling
...
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com > (github: vbatts)
2017-06-02 00:06:28 +00:00
Vincent Batts and Tibor Vass
3d4ff8babb
images: fix markdown documentation
...
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com > (github: vbatts)
2017-06-02 00:06:28 +00:00
Vincent Batts and Tibor Vass
e31bafdc7a
images filter: remove the redundant inverted filter
...
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com > (github: vbatts)
2017-06-02 00:06:28 +00:00
Vincent Batts and Tibor Vass
1f269e43a4
filters, for images: docs
...
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com > (github: vbatts)
2017-06-02 00:06:28 +00:00
Vincent Batts and Tibor Vass
1d715defb8
filters, for images: start with untagged/tagged boolean
...
This is a new feature and flag. (replaces the suggestion of a flag for
--untagged images).
The concept is to have a syntax to filter. This begins with this
filtering for the 'images' subcommand, and at that only filtering for
whether images are untagged.
example like: docker rmi $(docker images -q --filter 'untagged=true')
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com > (github: vbatts)
2017-06-02 00:06:28 +00:00