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
Hello!
Suppose you are building workflow (order / task / payment) processing system with the following requirements:
Each workflow con...
New
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
Hey guys,
I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly
Do you guys have any suggestions what is the best prac...
New
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app?
Looking for hints regarding:
Addi...
New
Kia ora,
We have been using elixir-google-api to connect to Google Drive. However, with the updates to Tesla due to CVEs this is now bro...
New
Hi all, I wanted to ask how the community is dealing with post-release steps.
Today we have Ecto migrations, which make sure that the db...
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
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
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
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
- #blog-post
- #phoenix_html
- #iex
- #ai
- #graphql
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










Showing Posts 1 to 6- Show Best Posts
- Show All Posts (oldest first)
- Show All Posts (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.
mmport80
I decided to ditch Docker for the time being, and run “natively” on WSL.
10 days into developing on Windows, and I must say I am really underwhelmed.
Suspect Docker & Windows (i.e. WSL) share 50% of blame.
But, I am prepared to give Windows time and a reasonable judgement. We’ll see…
NobbZ
I tried it. I tried really hard, but since there came the point were I had to set up the VM at office anyway for some native Linux hacking, I moved everything. Only thing I left on the host was steam…
The funniest thing is, that I can work around nearly everything on windows and find my way to get something done, but what really annoyes me is the handling of deadkeys… And the missing keyboard layer…
OvermindDL1
Huh? What is be?
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…