-
Notifications
You must be signed in to change notification settings - Fork 106
OS X Docker Beta compatibility #191
Comments
I haven't had a chance to use Docker Beta yet. Isn't it using something other than VirtualBox as the VM? If so, does that VM still have the same issues with volume mounting performance and file watchers not working? |
@brikis98 Docker for Mac runs on |
Wait, so it's even slower than vboxfs? That's quite an accomplishment :) If anyone has it installed and can do a mini benchmark comparing native file system performance versus a volume mounted with Docker for Mac, that would be very helpful. I had been hoping the Docker apps would remove the need for docker-osx-dev, but if those apps are still unusable, then we'll have to update this script to work with them. |
Yes, it was at the stage of Beta 9. I tested it with one of our not-so-loaded RoR apps where we don't use The thing is though, that on |
Ah, OK. Well, if you've got a chance to benchmark the latest version, let me know how it works for you. |
This is from one of the forum issues. https://forums.docker.com/t/file-access-in-mounted-volumes-extremely-slow-cpu-bound/8076/69 Docker for Mac: version: v1.11.1-beta14.5.m --- local --- mounted |
@gcstang Thanks for the link. Sounds like the perf problems are pretty severe, but the Docker team is working on it:
Looks like Beta13 made some significant leaps, though it's still painfully slow. Hopefully, future version will keep getting better and better, though I find it odd that they would release these "native" apps in what I would consider a totally unusable state... |
Agreed, they said the release yesterday was an RC 2 instead of beta ... On Tue, Jun 21, 2016 at 11:15 AM, Yevgeniy Brikman <[email protected]
|
I suspect it could be a long time before we see decent performance from Docker for Mac. Watching this thread in case anyone gets docker-osx-dev running on D4M. |
As far as I can see, it works better with the beta16. |
Since Mac Docker now has a public beta I thought I'd try rebenchmarking. Mac benchmark (without Docker)
docker-osx-dev (revision ea0617d)
Dinghy Docker over NFS (4.4.1)
Mac Docker Public Beta (1.12.0-rc2-beta17 build: 9779)
|
The above also matches my benchmark. Details at http://tekkie.flashbit.net/devops/docker-performance-on-mac |
Are there any plans to update this to work with the new OS X Docker Beta?
As I'm running into the same issue where shared OS X volumes/mounts having slow file I/O and watch scripts don't work unless they are set to poll all of the files 😞
The text was updated successfully, but these errors were encountered: