From 0d42164c8f9c64493a4c04d87ec9ed03813576e2 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Fri, 5 Jul 2019 22:45:06 +1000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 12640b42..3979a7c2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Memorising docker commands is hard. Memorising aliases is slightly less hard. Ke - [Video Tutorial](https://youtu.be/NICqQPxwJWw) - [Config Docs](/docs/Config.md) - [Twitch Stream](https://www.twitch.tv/jesseduffield) +- [FAQ](https://github.com/jesseduffield/lazydocker#faq) ## Requirements @@ -118,6 +119,20 @@ If you want to see what I (Jesse) am up to in terms of development, follow me on [twitter](https://twitter.com/DuffieldJesse) or watch me program on [twitch](https://www.twitch.tv/jesseduffield) +## FAQ + +### How do I edit my config? +By opening lazydocker, clicking on the 'project' panel in the top left, and pressing 'o' (or 'e' if your editor is vim). See [Config Docs](/docs/Config.md) + +### How do I get text to wrap in my main panel? +In the future I want to make this the default, but for now there are some CPU issues that arise with wrapping. If you want to enable wrapping, use `gui.wrapMainPanel: true` + +### How do you select text? +Because we support mouse events, you will need to hold option while dragging the mouse to indicate you're trying to select text rather than click on something. Alternatively you can disable mouse events via the `gui.ignoreMouseEvents` config value + +### Does this work with Windows? +Currently not unless you use WSL. Instructions for setting up docker for WSL can be found here [here](https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly) + ## Alternatives - [docui](https://github.com/skanehira/docui) - Skanehira beat me to the punch on making a docker terminal UI, so definitely check out that repo as well! I think the two repos can live in harmony though: lazydocker is more about managing existing containers/services, and docui is more about creating and configuring them.