From 6d274657387621762b8c3f6f3e745111a0a6af4f Mon Sep 17 00:00:00 2001 From: erciccione Date: Mon, 11 Sep 2023 09:31:30 +0200 Subject: [PATCH] readme: add workaround to run dockerhub image --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4c9babb949..b23ff681e6 100644 --- a/README.md +++ b/README.md @@ -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