Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
content:serverbasics:docker [2025/02/08 11:30] – [Update] Daniel | content:serverbasics:docker [2025/04/12 18:34] (aktuell) – [Networking in Docker rootless] Daniel | ||
---|---|---|---|
Zeile 348: | Zeile 348: | ||
Instead the network is encapsulated in the environement of rootlesskit and not visible to the host. From the Hosts view Docker is just another Application running on your Host talking to the internet like some app would do. | Instead the network is encapsulated in the environement of rootlesskit and not visible to the host. From the Hosts view Docker is just another Application running on your Host talking to the internet like some app would do. | ||
+ | |||
+ | ===== Performance ===== | ||
+ | |||
+ | when you install pasta- networking driver, you can edit your docker systemd and use a much improved networking-driver. | ||
+ | |||
+ | Also you can make Docker a higher Priority and Nice-Value: | ||
+ | |||
+ | < | ||
+ | docker@server: | ||
+ | |||
+ | [Service] | ||
+ | # Higher Prio for Docker | ||
+ | Nice=10 | ||
+ | IOSchedulingClass=best-effort | ||
+ | IOSchedulingPriority=7 | ||
+ | # Use Pasta- network Driver (of your Host - Pasta needs to be installed) | ||
+ | Environment=" | ||
+ | Environment=" | ||
+ | Environment=" | ||
+ | |||
+ | </ | ||
+ | |||
===== Install docker compose ===== | ===== Install docker compose ===== |