From 553a6de88fb93de4c4e3fc663f4403e2a0462b7b Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Fri, 17 Jan 2020 16:41:50 +0100 Subject: [PATCH] Fix typo in README and clarify Docker instructions Fixes #452. Signed-off-by: JoeLametta --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 788d6957..db9ec14b 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,11 @@ You can easily install whipper without needing to care about the required depend `docker pull whipperteam/whipper` +Please note that, right now, Docker Hub only builds whipper images for the `amd64` architecture: if you intend to use them on a different one, you'll need to build the images locally (as explained below). + Alternatively, in case you prefer building Docker images locally, just issue the following command (it relies on the [Dockerfile](https://github.com/whipper-team/whipper/blob/master/Dockerfile) included in whipper's repository): -`docker build -t whipperteam/whipper` +`docker build -t whipperteam/whipper .` It's recommended to create an alias for a convenient usage: