Docker: Difference between revisions

Onny (talk | contribs)
Merge Docker/Podman documentation in here
m copied from old wiki
Line 102: Line 102:
# podman exec -ti $ContainerId /bin/sh
# podman exec -ti $ContainerId /bin/sh
</syntaxhighlight>
</syntaxhighlight>
=== Running the docker daemon from nix-the-package-manager - not NixOS ===
This is not supported. You're better off installing the docker daemon [https://docs.docker.com/engine/install/ "the normal non-nix way"].
See the discourse discussion: [https://discourse.nixos.org/t/how-to-run-docker-daemon-from-nix-not-nixos/43413 How to run docker daemon from nix (not NixOS)] for more.


== Creating images with Nix ==
== Creating images with Nix ==