Daniel Loreto

Results 49 comments of Daniel Loreto

Hi @osevan, right now, we can use any version in nixpkgs including the "Unstable" channel (make sure to look there too, since some times the newest versions of packages are...

Looking at this in more detail. I think the shell did start on the first try, but there's "interferance" from `asdf` as @rdlu is suggesting. Basically, I think the `asdf`...

@icosahedron We do support different shells with different environments. I suspect you ran into an issue by accidentally calling `devbox shell` inside `devbox shell`. It's happened to us a few...

@morey-tech That'd be great. I think that's right, although instead of `shell.nix` you should use `default.nix` (same file used by the Dockerfile). If you send the PR, keep the install...

Will look into this, other folks requested `Podman` as well.

Reposting the podman request from #14: Podman can be used as a (rootless and rootfull) drop-in replacement for Docker. Some users would like to take advantage of this, mainly on...

Adding a note that another "engine" we might want to support is `nix`'s own `dockerTools.buildLayeredImage`. As an update for everyone on this issue, I'm thinking this is implemented via a...

@ParetoOptimalDev Agreed. I'll look more into using dockerTools transparently. One of my goals is for devbox to build optimized containers out of the box: think layers setup for optimal caching,...

@orowith2os Just sent out a quick PR that adds support for podman via an `--engine` flag. I'll try to get it merged before the next release. If that works well,...

Version 0.0.4 is out and supports `--engine=podman`. If anyone that actively uses podman can try it out and give us feedback, that would be greatly appreciated!