mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
fix(app-emulation/docker): add TMPDIR=/var/tmp
This fixes the issue reported here where /tmp runs out os space during a docker save https://github.com/coreos/coreos-vagrant/issues/49#issuecomment-43287780
This commit is contained in:
parent
da4253ab4c
commit
50b1922a51
@ -3,6 +3,7 @@ Description=Docker Application Container Engine
|
|||||||
Documentation=http://docs.docker.io
|
Documentation=http://docs.docker.io
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Environment="TMPDIR=/var/tmp/"
|
||||||
ExecStartPre=/bin/mount --make-rprivate /
|
ExecStartPre=/bin/mount --make-rprivate /
|
||||||
# Run docker but don't have docker automatically restart
|
# Run docker but don't have docker automatically restart
|
||||||
# containers. This is a job for systemd and unit files.
|
# containers. This is a job for systemd and unit files.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user