Skip to content

Commit 8df5f44

Browse files
Update README.md (#1443)
Clean up docker devnet instructions
1 parent d4911ab commit 8df5f44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,15 +211,15 @@ Note also that the provider address is `t01000` and you will need to supply an a
211211
1. Build images from the root of the Boost repository
212212

213213
```
214-
make docker/all
214+
make clean docker/all
215215
```
216216

217217
On ARM-based systems (*Apple M1/M2*) you need to force building Filecoin's Rust libraries from the source
218218
```
219-
make docker/all ffi_from_source=1 build_lotus=1
219+
make clean docker/all ffi_from_source=1 build_lotus=1
220220
```
221221

222-
If you need to build containers using a specific version of lotus then provide the version as a parameter, e.g. `make docker/all lotus_version=v1.20.0-rc2 build_lotus=1`. The version must be a tag or a remote branch name of [Lotus git repo](https://github.com/filecoin-project/lotus).
222+
If you need to build containers using a specific version of lotus then provide the version as a parameter, e.g. `make clean docker/all lotus_version=v1.20.0-rc2 build_lotus=1`. The version must be a tag or a remote branch name of [Lotus git repo](https://github.com/filecoin-project/lotus).
223223

224224
### Start devnet docker stack
225225

@@ -235,7 +235,7 @@ The initial setup could take up to 20 min or more as it needs to download Fileco
235235

236236
2. Try opening the Boost GUI http://localhost:8080 . Devnet is ready to operate when the URL opens and indicates no errors on the startup page.
237237

238-
You can inspect the status using `docker compose logs -f`.
238+
You can inspect the status using `cd docker/devnet && docker compose logs -f`.
239239

240240
### Start monitoring docker stack
241241

0 commit comments

Comments
 (0)