Skip to content

Allow specifying mount parameters for --tmpfs ? #280

@wrouesnel

Description

@wrouesnel

The tmpfs property follows docker by default, which mounts --tmpfs filesystems noexec, nosuid, nodev.

These are not particularly useful defaults in a lot of circumstances (i.e. providing /tmp to a container) because a huge amount of software expects to be able to execute things out of such directories.

It would be convenient to support additional syntax which allow being explicit about the mount options to tmpfs - i.e. --tmpfs /tmp:defaults or --tmpfs /tmp:- for no special options, --tmpfs /tmp:nosuid for adding options.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions