Lei Jitang
cde0ed67a1
Create the working directory on container creation
...
if create a container with -w to specify the working directory and
the directory does not exist in the container rootfs, the directory
will be created until the container start. It make docker export of
a created container and a running container inconsistent.
Signed-off-by: Lei Jitang <leijitang@huawei.com>
2016-01-08 12:11:21 +08:00
moxiegirl
af6c6dbf87
Merge pull request #19115 from cpuguy83/volume_plugin_docs_change.md
...
Add docs for volume plugin ls/get
2016-01-06 20:04:09 -08:00
moxiegirl
dd2981c26d
Merge pull request #19127 from thaJeztah/use-the-f-luke
...
Add -f flag to cURL install instructions
2016-01-06 20:02:53 -08:00
Tibor Vass
7fab93175d
Merge pull request #19099 from calavera/replace_docker_only_trust_enabled
...
Do not perform build context switch when content trust is not enabled.
2016-01-06 18:09:30 -05:00
David Calavera
4ee3048fa8
Merge pull request #19110 from brahmaroutu/update_openc
...
update runc to the latest code base to fix gccgo builds
2016-01-06 15:09:11 -08:00
Alexander Morozov
d2b8160513
Merge pull request #19141 from duglin/FixVendor
...
Update src with latest vendor.sh stuff
2016-01-06 14:45:58 -08:00
Doug Davis
18fdbdb07b
Merge pull request #19143 from duglin/AddMorgan
...
Add Morgan Bauer to docker/docker/MAINTAINERS
2016-01-06 16:44:29 -05:00
Doug Davis
1698d49abc
Update src with latest vendor.sh stuff
...
I **think** someone forgot to run vendor.sh after it was updated so
this just syncs things up.
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-01-06 13:26:49 -08:00
Antonio Murdaca
60e577c3b9
Merge pull request #19142 from thaJeztah/update-runcom-email
...
Update antonio's e-mail address
2016-01-06 22:21:56 +01:00
Doug Davis
af0117cc8f
Add Morgan Bauer to docker/docker/MAINTAINERS
...
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-01-06 13:19:04 -08:00
Sebastiaan van Stijn
bdce7dd5c8
Update antonio's e-mail address
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-01-06 22:18:47 +01:00
David Calavera
f2036d1108
Merge pull request #19039 from duglin/Issue19012
...
Add default PATH to 'scratch' images
2016-01-06 11:19:39 -08:00
Arnaud Porterie
837de95717
Merge pull request #16704 from manchoz/16695_manchoz_archarm
...
Add support for Arch Linux ARM base images generation (#16695 ).
2016-01-06 11:16:40 -08:00
Jess Frazelle
7104f58ac2
Merge pull request #19136 from albers/completion-update
...
bash completion for `docker update`
2016-01-06 10:36:15 -08:00
Harald Albers
97f84b5dc1
bash completion for `docker update`
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-01-06 10:20:33 -08:00
Doug Davis
d3ea7e80e8
Add default PATH to 'scratch' images
...
Closes #19012
Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-01-06 09:50:35 -08:00
Tõnis Tiigi
fe550a1f17
Merge pull request #19093 from estesp/userns-root-rework
...
Allow root non-userns metadata backwards compatibility
2016-01-06 09:48:37 -08:00
Brian Goff
5d1dd8069b
Add docs for volume plugin ls/get
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-01-06 12:42:44 -05:00
Tõnis Tiigi
8420366e7c
Merge pull request #19132 from icecrime/maintainer_add_tonis
...
Add Tõnis Tiigi to MAINTAINERS
2016-01-06 09:34:38 -08:00
David Calavera
4b1872f1ef
Merge pull request #18979 from jfrazelle/make-whitelist
...
Change seccomp blacklist to a whitelist
2016-01-06 09:15:25 -08:00
Arnaud Porterie
178806d2b8
Add Tõnis Tiigi to MAINTAINERS
...
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
2016-01-06 08:51:52 -08:00
Sebastiaan van Stijn
9cf29be0ee
Add -f flag to cURL install instructions
...
From the -f description:
(HTTP) Fail silently (no output at all) on server errors. This is mostly done
to better enable scripts etc to better deal with failed attempts. In normal
cases when an HTTP server fails to deliver a document, it returns an HTML
document stating so (which often also describes why and more). This flag will
prevent curl from outputting that and return error 22.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-01-06 16:05:16 +01:00
Brian Goff
5ccd33134f
Merge pull request #19113 from Microsoft/jjh/fix-windows-builder
...
Windows: Fix docker build not to sigsegv the daemon
2016-01-05 20:54:00 -05:00
David Calavera
18d15babef
Do not perform build context switch when content trust is not enabled.
...
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-01-05 19:23:20 -05:00
John Howard
1094542c4c
Windows: Fix build not to sigsegv
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-01-05 16:08:04 -08:00
Srini Brahmaroutu
9982631707
update runc to the latest code base to fix gccgo build
...
Signed-off-by: Srini Brahmaroutu <srbrahma@us.ibm.com>
2016-01-06 00:02:56 +00:00
Sebastiaan van Stijn
7a15586f4f
Merge pull request #19056 from clintonskitson/docs-rexray_update
...
Updated docs for consolidated list of REX-Ray providers
2016-01-05 23:53:27 +01:00
Sebastiaan van Stijn
d9a3812656
Merge pull request #19077 from AvdN/patch-2
...
example cannot work, pip needs --requirement
2016-01-05 23:50:52 +01:00
Phil Estes
55137c19f4
Merge pull request #16534 from cpuguy83/make_volume_drivers_responsible
...
Move responsibility of ls/inspect to volume driver
2016-01-05 17:29:51 -05:00
David Calavera
b4e26a96da
Merge pull request #18752 from cpuguy83/fix_broken_pipe_error_on_download_abrt
...
Don't log EPIPE errors on client download abort
2016-01-05 13:34:57 -08:00
Brian Goff
d3eca4451d
Move responsibility of ls/inspect to volume driver
...
Makes `docker volume ls` and `docker volume inspect` ask the volume
drivers rather than only using what is cached locally.
Previously in order to use a volume from an external driver, one would
either have to use `docker volume create` or have a container that is
already using that volume for it to be visible to the other volume
API's.
For keeping uniqueness of volume names in the daemon, names are bound to
a driver on a first come first serve basis. If two drivers have a volume
with the same name, the first one is chosen, and a warning is logged
about the second one.
Adds 2 new methods to the plugin API, `List` and `Get`.
If a plugin does not implement these endpoints, a user will not be able
to find the specified volumes as well requests go through the drivers.
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-01-05 16:28:38 -05:00
Phil Estes
6c30931b06
Merge pull request #18889 from aaronlehmann/v1-fallback-pull-all-tags
...
Allow v1 protocol fallback when pulling all tags from a repository unknown to v2 registry
2016-01-05 16:20:04 -05:00
Tibor Vass
df9a3d1005
Merge pull request #19092 from anusha-ragunathan/builder-rm-merge
...
Remove runconfig.Merge
2016-01-05 15:21:24 -05:00
David Calavera
acfd5eb947
Merge pull request #18977 from anusha-ragunathan/builder
...
Use ImageBuildOptions in builder.
2016-01-05 11:54:21 -08:00
Sebastiaan van Stijn
2b489450d7
Merge pull request #19102 from Microsoft/jjh/integ-daemon-stop
...
Windows CI: No integration daemon stop
2016-01-05 20:52:51 +01:00
Anusha Ragunathan
eb4ae8e28a
Remove runconfig.Merge
...
Merge was used by builder and daemon. With this commit, the builder
call has been inlined and the function moved to the daemon package,
which is the only other caller.
Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-01-05 11:28:55 -08:00
Vincent Demeester
4f8d794c46
Merge pull request #19097 from albers/completion-daemon--cgroup-parent
...
bash completion for `docker daemon --cgroup-parent`
2016-01-05 19:56:51 +01:00
moxiegirl
180ff8d501
Merge pull request #19045 from wenchma/network_api_update
...
Update docker network api doc
2016-01-05 10:55:56 -08:00
John Howard
a3858873fa
Windows CI: No integration daemon stop
...
Signed-off-by: John Howard <jhoward@microsoft.com>
2016-01-05 10:52:59 -08:00
David Calavera
97bed96759
Merge pull request #19067 from jfrazelle/19029-volume-name
...
update volume name regex
2016-01-05 10:50:46 -08:00
David Calavera
50917521fc
Merge pull request #19094 from ReadmeCritic/master
...
Update README URLs based on HTTP redirects
2016-01-05 10:46:21 -08:00
David Calavera
9819a9db20
Merge pull request #19098 from albers/completion--isolation
...
bash completion for `--isolation`
2016-01-05 10:37:39 -08:00
Michael Crosby
5aae5a5fae
Merge pull request #18399 from tonistiigi/migration-optimization
...
Migration optimizations
2016-01-05 10:11:56 -08:00
Anusha Ragunathan
5190794f1d
Use ImageBuildOptions in builder.
...
dockerfile.Config is almost redundant with ImageBuildOptions.
Unify the two so that the latter can be removed. This also
helps build's API endpoint code to be less dependent on package
dockerfile.
Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-01-05 10:09:34 -08:00
Harald Albers
9e624d3250
bash completion for `--isolation`
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-01-05 09:59:29 -08:00
Harald Albers
ce2cbde841
bash completion for `docker daemon --cgroup-parent`
...
Signed-off-by: Harald Albers <github@albersweb.de>
2016-01-05 09:29:37 -08:00
Justin Cormack
822c4f79ab
Allow the waitpid syscall
...
This version is sometimes used eg by glibc on x86
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
2016-01-05 09:29:16 -08:00
Justin Cormack
ca3ae72e43
Support compatible architectures with default seccomp rules
...
In the default seccomp rule, allow use of 32 bit syscalls on
64 bit architectures, so you can run x86 Linux images on x86_64
without disabling seccomp or using a custom rule.
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
2016-01-05 09:28:42 -08:00
Tianon Gravi
d5685a65d7
Merge pull request #19084 from vdemeester/i-am-all-frozen
...
Remove hello-world:latest tag before integration
2016-01-05 09:26:59 -08:00
Jess Frazelle
fd1afe1d59
Merge pull request #18751 from clnperez/update-gcc-to-5.3
...
Update gcc to 5.3
2016-01-05 09:15:41 -08:00