Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

docker volume mounts with cached option

Does adding :cached on a volume mount for mac performance tuning effect docker for windows volume mounts?

I'm working on a team with both mac and windows machines and it seems to still work but want to see if anyone has more to add on this.

Here is the docker docs link https://docs.docker.com/docker-for-mac/osxfs-caching/

But they don't say thing about how it effects windows?

An example they give in their docs.

docker run -v /Users/yallop/project:/project:cached alpine command

Cheers.

like image 353
Glen Thompson Avatar asked Dec 23 '22 07:12

Glen Thompson


1 Answers

It may only have an effect on mac。 detail

like image 171
Wythe Avatar answered Dec 28 '22 09:12

Wythe