spiegel_podman/cmd/podman/common
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
..
completion.go Rename AutocompletePortCommand func 2021-01-16 18:54:59 +01:00
create.go Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
create_opts.go Ensure the Volumes field in Compat Create is honored 2021-01-26 14:38:25 -05:00
createparse.go Allow containers to --restart on-failure with --rm 2020-11-20 13:55:19 -05:00
default.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
diffChanges.go Refactor podman to use c/common/pkg/report 2020-10-21 08:16:52 -07:00
netflags.go shell completion for the network flag 2020-12-12 19:10:25 +01:00
ports.go V2 enable ps tests 2020-04-29 15:51:37 -07:00
specgen.go Set log driver for compatability containers 2021-01-20 13:07:31 -06:00
util.go Remove some more excessive wrapping and stuttering 2020-11-17 09:19:22 -05:00
volumes.go Docker ignores mount flags that begin with constency 2021-01-30 06:50:18 -05:00