From 1372eb09c5d031315bc6cde34f7a15297e96f4cc Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 8 May 2025 10:13:04 +0100 Subject: [PATCH] doc: swap "Docker image" for "container image" I haven't used Docker for some time (now Podman), and the images are generic, so just use container image. I'll be pushing some changes to https://github.com/fanquake/core-review/tree/master/guix, to reflect this. --- contrib/guix/INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/guix/INSTALL.md b/contrib/guix/INSTALL.md index 515d4487d6e..fa0de33b9b6 100644 --- a/contrib/guix/INSTALL.md +++ b/contrib/guix/INSTALL.md @@ -18,10 +18,10 @@ Otherwise, you may choose from one of the following options to install Guix: - Works on nearly all Linux distributions - Installs any release - Binary installation only, requires high level of trust -3. Using fanquake's **Docker image** [↗︎ external instructions][install-fanquake-docker] +3. Using fanquake's **container image** [↗︎ external instructions][install-fanquake-container] - Maintained by fanquake - Easy (automatically performs *some* setup) - - Works wherever Docker images work + - Works wherever container images work (Docker/Podman) - Installs any release - Binary installation only, requires high level of trust 4. Using a **distribution-maintained package** [⤓ skip to section][install-distro-pkg] @@ -57,7 +57,7 @@ Regardless of which installation option you chose, the changes to `/etc/profile.d` will not take effect until the next shell or desktop session, so you should log out and log back in. -## Option 3: Using fanquake's Docker image +## Option 3: Using fanquake's container image Please refer to fanquake's instructions [here](https://github.com/fanquake/core-review/tree/master/guix). @@ -415,7 +415,7 @@ make it "what Guix intended", then read the next few subsections. This section definitely does not apply to you if you installed Guix using: 1. The shell installer script -2. fanquake's Docker image +2. fanquake's container image 3. Debian's `guix` package #### Background @@ -766,7 +766,7 @@ Please see the following links for more details: [install-script]: #options-1-and-2-using-the-official-shell-installer-script-or-binary-tarball [install-bin-tarball]: #options-1-and-2-using-the-official-shell-installer-script-or-binary-tarball -[install-fanquake-docker]: #option-3-using-fanquakes-docker-image +[install-fanquake-container]: #option-3-using-fanquakes-container-image [install-distro-pkg]: #option-4-using-a-distribution-maintained-package [install-source]: #option-5-building-from-source