parent
8b11070870
commit
0f7c23951d
|
|
@ -0,0 +1,7 @@
|
|||
# Kubo (IPFS)
|
||||
|
||||
The Kubo stack is currently uses the provided docker image, therefore a single command will do:
|
||||
|
||||
```
|
||||
laconic-so --stack kubo deploy up
|
||||
```
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
version: "1.0"
|
||||
name: kubo
|
||||
description: "Run kubo (IPFS)"
|
||||
repos:
|
||||
containers:
|
||||
pods:
|
||||
- kubo
|
||||
Loading…
Reference in New Issue