Create Blog “using-containers-in-nixos”

This commit is contained in:
Harsh Shandilya 2023-12-05 05:45:52 +00:00
parent d95d4e9747
commit d2ee7a6362
1 changed files with 8 additions and 0 deletions

View File

@ -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`.