Code Monkey home page Code Monkey logo

Comments (5)

grantbevis avatar grantbevis commented on June 14, 2024 1

I have experience with this and can take a look

from nixos-wsl.

grantbevis avatar grantbevis commented on June 14, 2024

Difficulty is @nzbr, users would have to compile their own WSL2 kernel and modify/create a .wslconfig file to point and use the kernel with nftables modules in. Happy to provide instructions but it's not for the faint of heart. From my understanding we can't change the kernel in the NixOS distro because WSL provides the kernel itself.

Happy to add a write up/README.md PR, what's your thoughts?

from nixos-wsl.

nzbr avatar nzbr commented on June 14, 2024

I have activated the repos wiki. You should be able to put a page there now
Another option (although I don't know if it's feasible) would be to somehow override the change that causes docker to break in NixOS 21.11. It should be possible somehow, given that it worked in 20.09

from nixos-wsl.

grantbevis avatar grantbevis commented on June 14, 2024

The difference is systemd v249 has switched to nftables. You can add --iptables=false (I think, from memory!) to get the docker service to start inside NixOS WSL but you then have no container networking which isn't very fun!

from nixos-wsl.

nzbr avatar nzbr commented on June 14, 2024

This fixes it for me:

  nixpkgs.overlays = [
      (self: super: {
        docker = super.docker.override { iptables = pkgs.iptables-legacy; };
      })
    ];

No modified kernel required

from nixos-wsl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.