Open PedroRegisPOAR opened 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).
nix develop
tar
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
Convert the examples to use podman: Docker import/export vs. load/save, make a fakle with the
nix develop
needed tools liketar
(use long form of the flags).https://stackoverflow.com/a/36929527
The nixpkgs uses this magic a lot:
https://stackoverflow.com/a/31512255/9577149