diff --git a/content/posts/using-containers-in-nixos.md b/content/posts/using-containers-in-nixos.md new file mode 100644 index 0000000..2b4dc01 --- /dev/null +++ b/content/posts/using-containers-in-nixos.md @@ -0,0 +1,8 @@ +--- +title: Using containers in NixOS +date: 2023-12-05T05:40:53.004Z +summary: NixOS allows running arbitrary Docker containers declaratively, these + are some of my notes on my usage of this functionality. +draft: true +--- +`podman containers list` works only if you're root, not with `sudo podman containers list`. \ No newline at end of file