Hacker News new | ask | show | jobs
by cuu508 1189 days ago
Can nix run images created with docker?
1 comments

Yes.

See https://nix.dev/tutorials/building-and-running-docker-images

Or do you mean run as in "use docker image(s) within a nix expression". Like if you have a webapp with a nix devshell but want to start the docker postgres container for development?

You can do that too, yes.