From 6ff30b6c651c3d58c369ef8f89e446bf95fa9057 Mon Sep 17 00:00:00 2001 From: muibusan Date: Sun, 18 Aug 2019 15:14:42 +0200 Subject: [PATCH] Added command uname -a --- Which-container-image-to-use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Which-container-image-to-use.md b/Which-container-image-to-use.md index b86ee74..8961b00 100644 --- a/Which-container-image-to-use.md +++ b/Which-container-image-to-use.md @@ -4,7 +4,7 @@ Some users might want to use `bitwarden_rs` on different HW or they rather run a ## Running on different HW architecture -The most common architecture is amd64 - your PC or server probably uses this one, so if you're not sure, this is the most likely case. It gets a bit tricky if you use some single board computers like Raspberry Pi as it might depend on CPU, but also on OS used. Generally speaking you can check your architecture by running `docker version` - see the `OS/Arch` info. +The most common architecture is amd64 - your PC or server probably uses this one, so if you're not sure, this is the most likely case. It gets a bit tricky if you use some single board computers like Raspberry Pi as it might depend on CPU, but also on OS used. Generally speaking you can check your architecture by running `docker version` - see the `OS/Arch` info. Or try the command `uname -a` that also provides info on the architecture of your system. Based on your architecture, you can use one of the following images: