From f9cb1262705acbe67e53882a6c8a9c75e022953e Mon Sep 17 00:00:00 2001 From: JoeLametta Date: Sat, 27 Oct 2018 19:56:26 +0200 Subject: [PATCH] Update README's Docker part with Docker Hub info Now Docker adopters can use whipper trough Docker Hub's automatically built images. Thanks to user "anarcat" for proposing and thoroughly explaining how to reach this goal. Closes #301. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d34f62e..26fa2b5 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,11 @@ Whipper still isn't available as an official package in every Linux distribution ### Docker -You can easily install whipper by making use of the included Dockerfile without needing to care about the required dependencies: +You can easily install whipper without needing to care about the required dependencies by making use of the automatically built images hosted on Docker Hub: + +`docker pull joelametta/whipper` + +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 whipper/whipper`