Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

doc(readme) more info for Docker noobs #340

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ The simplest way to start with ecoindex-cli is to install docker and then create
alias ecoindex-cli="docker run -it --rm -v /tmp/ecoindex-cli:/tmp/ecoindex-cli vvatelot/ecoindex-cli:latest ecoindex-cli"
```

Launch docker-desktop
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 suggestion(non-blocking): Maybe we can precise here with a tip or something else that this section is for Windows users ? 🤔 What do you think ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I add to do it on lubuntu as well...


```bash
systemctl --user start docker-desktop
```

Configure shared paths from Docker -> Preferences (cog) -> Resources -> File Sharing
Add path `/tmp/ecoindex-cli`
Restart Docker-desktop

Then you can use the cli as if it was installed on your computer:

```bash
Expand Down