mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +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
|
|
```
|