mmport80
Does anyone have a decent setup?
It all seems incredibly slow vs Docker on Linux.
Compilation & testing & serving content.
Perhaps it’s just Docker on Windows and there’s no escaping it.
Perhaps I need to throw resources at the Docker Hyper-V VM…
Would love to hear a success story…
Trending in Questions
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
Hello,
I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
So my question is quite simple and i have found no conclusive answer on forum, google or AI.
Should we use :erlang.float for Integer to ...
New
Documentation
While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
Other Trending Topics
Lightning Talk: Joseph Koski - Functional Program with Elixir | ElixirConf US 2025
https://www.youtube.com/watch?v=OXwEn6RtcNU
Comment...
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
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Most Liked- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
NobbZ
The Hyper-V based docker brought nothing but trouble to my system, it often doenied to start because it had not enough memory available (it was configured to use 1GiB, which is the minimum; I had 6 GiB available at the moment of trying to start it). If it was able to start, it consumed the full GiB at once, always, even when not used. Also it was slow and I had trouble to use volumes.
Not to say, that I were unable to use Virtual Box side by side…
So I switched back to Docker Toolbox and will stay there for the time beeing.
It uses a Virtual Boxed linux as host for docker. This does use only as much RAM as is needed, using volumes is straighforward, it works fast (enough), and I do get the nice Kitematic tool which I really miss on Linux…
Last but not least, I have to say, that I have moved my complete working set up into a Linux VM instead of working on the wiondows host, just because I miss to much of the nice stuff linux gives me.
Azolo
Pretty basically, after being pretty deep into Docker at one point, I find the VM they create on
Docker for Windowsto be literally the worst possible way of doing it.Like @NobbZ said, it’s a static memory allocation on a distro that supports Hyper-V dynamic memory allocation. But they also don’t give you any access to the machine and then they convince you to switch to it.
I personally use Windows for 90% of my development, dropping into the WSL or a docker machine for the other stuff. But it’s not for everybody.
I would give the same recommendation as @Nobbz use Docker Toolbox if you want a decent experience of Docker on Windows.
NobbZ
On Windows AltGr + anything does nearly nothing. On linux there happens a lot, e.g. AltGr+. is
…, while AltGr+v/b/n is„,“,”respectively.Tick (
´) and Backtick (`) (and other dead keys) appear once after I hit them twice on linux while they appear twice on windows. This is plain anoying to have to constantly do ``BackSpace on windows.Most of my coworkers don’t even realize or care how annoying this is, because its the only way they know, but as I am more used to the linux way, I do realize and I do care…
PS: You can often check if a post I made was from windows or linux box by checking ellipses (
…), if they are a single character I was on linux, if they are three separate dots (...vs…) I was on windows…