This commit is contained in:
woodser 2024-05-12 08:04:38 -04:00
parent 8a9a2b2330
commit a97ccc8082

View File

@ -55,9 +55,9 @@ Alternatively, start a local Haveno network with docker:
2. `sudo docker-compose up`. This will start docker and initialize the network.
> **Docker Tips**
> * Stop: `studo docker-compose stop`
> * Stop: `sudo docker-compose stop`
> * Rebuild: `sudo docker-compose build`
> * Stop and delete contains: `studo docker-compose stop`
> * Stop and delete contains: `sudo docker-compose stop`
### Run client tests