Document build-containers
This commit is contained in:
parent
303d722815
commit
3f8bf8e8ff
23
docs/cli.md
23
docs/cli.md
@ -1,3 +1,26 @@
|
|||||||
# laconic-so
|
# laconic-so
|
||||||
|
|
||||||
Sub-commands and flags
|
Sub-commands and flags
|
||||||
|
|
||||||
|
## build-containers
|
||||||
|
|
||||||
|
Build a single container:
|
||||||
|
```
|
||||||
|
$ laconic-so build-containers --include <container-name>
|
||||||
|
```
|
||||||
|
e.g.
|
||||||
|
```
|
||||||
|
$ laconic-so build-containers --include cerc/go-ethereum
|
||||||
|
```
|
||||||
|
Build the containers for a stack:
|
||||||
|
```
|
||||||
|
$ laconic-so --stack <stack-name> build-containers
|
||||||
|
```
|
||||||
|
e.g.
|
||||||
|
```
|
||||||
|
$ laconic-so --stack fixturenet-eth build-containers
|
||||||
|
```
|
||||||
|
Force full rebuild of container images:
|
||||||
|
```
|
||||||
|
$ laconic-so build-containers --include <container-name> --force-rebuild
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user