mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-04 15:58:13 +08:00
16 lines
153 B
Markdown
16 lines
153 B
Markdown
this is an ipfs integration test
|
|
|
|
**requirements**
|
|
|
|
* Docker
|
|
* fig
|
|
* Go
|
|
|
|
* ipfs image named "zaqwsx_ipfs-test-img"
|
|
|
|
```
|
|
make setup
|
|
fig build
|
|
fig up
|
|
```
|