mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
updated Readme file for docker usage
This commit is contained in:
parent
50befdd2ad
commit
483df21582
1 changed files with 15 additions and 0 deletions
15
README.md
15
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue