You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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:
tar cv --files-from /dev/null | podman import - scratch
https://stackoverflow.com/a/31512255/9577149
The text was updated successfully, but these errors were encountered: