From e7b9ae0fa77e31c4bd23a7eabc789b519b1d3d80 Mon Sep 17 00:00:00 2001 From: LDprg <71488985+LDprg@users.noreply.github.com> Date: Fri, 24 May 2024 11:34:38 +0200 Subject: [PATCH] Add docker and podman doc ref --- docs/docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docker.md b/docs/docker.md index 0fb6b34..9afba83 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -8,6 +8,10 @@ While working with virsh is completely fine for winapps, however you have to set Since docker manages the dependencies of the container automatically you only need to install docker or podman itself. (Podman is recommended because of the faster container startup times. Note that podman and docker are interchangeable so no instructions will change depending on which one you use) +You might also want to take a look in the docs: +- [podman docs](https://docs.podman.io/) +- [docker docs](https://docs.docker.com/) + When using podman you want to make sure podman socket is enabled with: ```shell sudo systemctl enable --now podman.socket