1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/sources/reference
Dan Walsh b4813f2841 Docker should use /var/lib/container/tmp for large temporary files.
/tmp is often a tmpfs file system and large temporary files could cause
docker commands to fail.  Also using /tmp potentially allows users on the
system to get access to content, or even attack the content.  Moving the tmpdir to
/var/lib/container/tmp will protect the data.

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)

Conflicts:
	docker/docker.go
2014-08-05 16:43:42 -04:00
..
api #1852 Remote API documentation incorrect regarding private registries 2014-08-01 15:58:01 -07:00
commandline Docker should use /var/lib/container/tmp for large temporary files. 2014-08-05 16:43:42 -04:00
builder.md Fix example of relative WORKDIR 2014-08-03 12:28:25 +04:00
run.md update go import path and libcontainer 2014-07-24 22:19:50 +00:00