podman/pkg/util
Daniel J Walsh 4a6d042c28
Docker ignores mount flags that begin with constency
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1915332

```
According to the Docker docs, the consistency option should be ignored on Linux.

the possible values are 'cached', 'delegated', and 'consistent', but they should be ignored equally.

This is a widely used option in scripts run by developer machines, as this makes file I/O less horribly slow on MacOS.
```

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-01-30 06:50:18 -05:00
..
camelcase camelcase: fix lint reports 2020-01-25 09:48:37 +01:00
mountOpts.go Docker ignores mount flags that begin with constency 2021-01-30 06:50:18 -05:00
mountOpts_linux.go Turn off 'noexec' option by default for named volumes 2020-05-20 16:48:20 -04:00
mountOpts_other.go pkg/spec.InitFSMounts: optimize 2020-04-02 07:52:34 -07:00
utils.go Support Unix timestamps for podman logs --since 2020-12-04 15:14:31 +08:00
utils_darwin.go libpod removal from main (phase 2) 2019-06-27 07:56:24 -05:00
utils_linux.go podman: drop checking valid rootless UID 2020-12-11 15:43:33 +01:00
utils_linux_test.go Fix up errors found by codespell 2020-09-11 06:14:25 -04:00
utils_supported.go Spelling 2020-12-22 13:34:31 -05:00
utils_test.go Centralize cores and period/quota conversion code 2020-10-31 10:07:11 -05:00
utils_unsupported.go podman: drop checking valid rootless UID 2020-12-11 15:43:33 +01:00
utils_windows.go Use Libpod tmpdir for pause path 2020-12-02 14:18:37 -05:00