Fix copy/paste

This commit is contained in:
David Boreham 2022-11-29 19:58:18 -07:00 committed by GitHub
parent c502aae162
commit 3308328524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,8 @@ $ laconic-so setup-repositories --include cerc-io/laconicd,cerc-io/laconic-sdk,c
```
$ laconic-so build-containers --include cerc/laconicd
```
This should create a container with tag `cerc/watcher-mobymask` in the local image registry.
This should create a container with tag `cerc/laconicd` in the local image registry.
## Deploy the stack
First the watcher database has to be initialized. Start only the watcher-db service:
```
$ laconic-so deploy-system --include fixturenet-laconicd up
```