ppiechota
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
The obligatory hello world thread!
Who are you and where are you from? :stuck_out_tongue:
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
Hello,
I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
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
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
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
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #ai
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 4- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
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…
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.