Skip to content

Commit

Permalink
readme: add workaround to run dockerhub image (#1325)
Browse files Browse the repository at this point in the history
  • Loading branch information
erciccione authored Sep 21, 2023
1 parent 89094d9 commit 013e765
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ This will start a detached docker container, which you can interact with using `

## Docker image on DockerHub

If it doesn't already exist, create a `.firo` folder in your home (this is a workaround until [#1241](https://github.com/firoorg/firo/issues/1241) is resolved):

```sh
mkdir -p ${HOME}/.firo
```

Pull our [latest official Docker image](https://hub.docker.com/r/firoorg/firod):

```sh
Expand Down

0 comments on commit 013e765

Please sign in to comment.