Skip to content

Commit

Permalink
improved documentation dockerhub (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
PanderMusubi authored Aug 30, 2023
1 parent 26da759 commit 7058579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ docker run -d --name firod -v "${HOME}/.firo:/home/firod/.firo" firo-local

This will start a detached docker container, which you can interact with using `docker exec`. See the section "Interact with the container" for a list of useful commands you can use to manage your node. Make sure to change `firod` with `firo-local`, if you have built the local Docker image.

## Docker image on DokerHub
## Docker image on DockerHub

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

```sh
docker pull firoorg/firod
Expand Down

0 comments on commit 7058579

Please sign in to comment.