Fix path for tmpfs (#2565)

This commit is contained in:
Pascal Vizeli 2021-02-13 20:34:32 +01:00 committed by GitHub
parent 477672459d
commit b31063449d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ class DockerAddon(DockerInterface):
tmpfs = {}
if self.addon.with_tmpfs:
tmpfs["/tmpfs"] = ""
tmpfs["/tmp"] = ""
if not self.addon.host_ipc:
tmpfs["/dev/shm"] = ""