From 86c69ecb6b42a72066a9a2e2edc34e5ccc609a02 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 29 Dec 2020 10:55:53 -0500 Subject: [PATCH] Add docker run instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 9125175..0368f39 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,16 @@ Then open a web browser to http://localhost:5000 ### Run with Docker +Simply run: + +```bash +docker run -ti --rm -p 5000:5000 libretranslate/libretranslate +``` + +Then open a web browser to http://localhost:5000 + +### Build with Docker + Make sure you cloned the `models` submodule before building the Docker image: ```bash