From 0b8954f8d29e1be09ae92fccc8eed78d517aa52a Mon Sep 17 00:00:00 2001 From: Jakob Klepp Date: Tue, 13 Aug 2024 11:49:08 +0200 Subject: [PATCH] nixos/oci-containers: replace broken links to docker docs Old links in descriptions now lead to 404 pages. --- nixos/modules/virtualisation/oci-containers.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/modules/virtualisation/oci-containers.nix b/nixos/modules/virtualisation/oci-containers.nix index 5494b9ecf0f6..bf982ba0d7e2 100644 --- a/nixos/modules/virtualisation/oci-containers.nix +++ b/nixos/modules/virtualisation/oci-containers.nix @@ -119,7 +119,7 @@ let For more details and a full list of logging drivers, refer to respective backends documentation. For Docker: - [Docker engine documentation](https://docs.docker.com/engine/reference/run/#logging-drivers---log-driver) + [Docker engine documentation](https://docs.docker.com/engine/logging/configure/) For Podman: Refer to the docker-run(1) man page. @@ -154,7 +154,7 @@ let Example: `127.0.0.1:1234:1234` Refer to the - [Docker engine documentation](https://docs.docker.com/engine/reference/run/#expose-incoming-ports) for full details. + [Docker engine documentation](https://docs.docker.com/engine/network/#published-ports) for full details. ''; example = literalExpression '' [ @@ -184,7 +184,7 @@ let would be difficult with an attribute set. There are also a variety of mount options available as a third field; please refer to the - [docker engine documentation](https://docs.docker.com/engine/reference/run/#volume-shared-filesystems) for details. + [docker engine documentation](https://docs.docker.com/engine/storage/volumes/) for details. ''; example = literalExpression '' [