ppiechota
Docker Desktop performance on MacOS (M1 / Pro / Max)
Hi,
could anyone who owns latest Macbook Pro with M1 / M1 Pro / Max chip and uses Docker for local developement advise if latest enhancements to Docker Desktop - new experimental file sharing implementation called vistiofs) - really resolves the issue with its legendary bad performance on macos?
Speed boost achievement unlocked on Docker Desktop 4.6 for Mac - Docker
I’m planning to upgrade from my old machine and considering Macbook Pro 16 (M1 Pro) or Windows machine with WSL2 (Rog Flow x16 Ryzen 7 6800HS). WSL2 worked well with Docker for me so far but M1 chip is something I simply cannot ignore regarding performance and power efficiency.
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Just a general thread to post chat/news/info relating to AI/ML stuff that may be relevant for Nx now or in the future. Got anything to sh...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
Is there a word for the ~> symbol used in Version strings?
Do you also just call it a Squiggle Arrow™ ?!
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
Introducing AshStorage! Attachment and file management that slots directly into your resources :smiling_face_with_sunglasses:
I had hope...
New
Chat & Discussions>Discussions
Latest on Elixir Forum
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #performance
- #security











Most Liked
olivermt
I would rather have slow docker combined with all the other niceness of M1 than anything else
Fwiw the psql dockers seem to work well, but I dont use docker for development (as in running Elixir) though. I guess all the small codefiles is the main issue.
Wsl2 just fails so randomly and often It drove me crazy (and back to mac due to m1 after five years on windows).
Edit: I was even employed by Microsoft at the time I gave up on wsl2 as dev env
Just so its said, I have both employees and people I know who use wsl2 with no issue so it seems to be a bit random. I had a bug that killed the network stack all the time. Required rebooting the whole wsl stack, meaning losing all open terminals etc. Especially a problem on laptop as sleep made it worse, even when I restricted to only deep hibernate sleep.
c4710n
The off-topic note:
er-jpg
Hello,
I have a newer M1 Pro machine and the docker perfomance doesn’t seem bad, just normal. The only issues I’ve had I could solve changing the resources on the docker preferences. I’m running psql, redis and rabbitmq on it without any slowdowns.
That opinion could be biased because I’ve had a AMD FX-6300 for years running on Linux…
Last Post!
cjbottaro
I am also very interested in this. I have an M1 and have read about the new vistiofs… but I’m skeptical…
It should be known that OP is talking about bind mount performance, i.e. bind mounting your source dir into a container in order to do development. This has been absolutely horrible on OS X.
Normal Docker performance like running a datastore and communicating with it over network is totally fine.