From 483df215823e94f2cd5fd63217d8da1ba362434b Mon Sep 17 00:00:00 2001 From: sinawic Date: Thu, 14 Mar 2024 14:43:20 +0330 Subject: [PATCH] updated Readme file for docker usage --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ea71e388..37edf563 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,21 @@ https://github.com/sxyazi/yazi/assets/17523360/92ff23fa-0cd5-4f04-b387-894c12265 - Usage: https://yazi-rs.github.io/docs/installation - Features: https://yazi-rs.github.io/features +### Usage via docker image + +`docker run -it --rm -v /filesystem:/filesystem sinawic/yazi /filesystem` + +by default path will be `/` + +#### build yourself + +after cloning the repo: + +```bash +cd yazi +docker build -t yazi . +``` + ## Discussion - Discord Server (English mainly): https://discord.gg/qfADduSdJu