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

Commit

Permalink
doc(readme) more info for Docker noobs
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumew authored Dec 22, 2023
1 parent 4559239 commit 6305272
Showing 1 changed file with 10 additions and 0 deletions.
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

```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

0 comments on commit 6305272

Please sign in to comment.