From 1fb7ee78188e3291e92a94254355d4e31b5a0b15 Mon Sep 17 00:00:00 2001 From: LDprg <71488985+LDprg@users.noreply.github.com> Date: Wed, 15 May 2024 06:17:39 +0200 Subject: [PATCH] Add gerneral info about docker --- docs/docker.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/docker.md b/docs/docker.md index 8b13789..0230800 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -1 +1,13 @@ +# Docker +## Why docker? + +While working with virsh is completely fine for winapps you have to setup and optimise you vm manually. Docker on the other hand setups most of the stuff automatically and makes the vm highly portable between linux distros. + +# Requirements + +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: This will only work on linux systems since some kernel interfaces (like kvm) are needed by the vm. Because of this performance can vary in kernel versions (newer will likely perform better). + +# Setup docker container \ No newline at end of file