ES-Nix / podman-rootless

Example of using nix + flakes to have podman rootless working
MIT License
15 stars 0 forks source link

Podman import/export vs. load/save #6

Open PedroRegisPOAR opened 3 years ago

PedroRegisPOAR commented 3 years ago

Convert the examples to use podman: Docker import/export vs. load/save, make a fakle with the nix develop needed tools like tar (use long form of the flags).

https://stackoverflow.com/a/36929527

The nixpkgs uses this magic a lot:

tar cv --files-from /dev/null | podman import - scratch

https://stackoverflow.com/a/31512255/9577149