fixturenet-eth README #73

Merged
telackey merged 4 commits from telackey/fxeth_readme into main 2022-12-20 20:08:10 +00:00
Member
No description provided.
dboreham reviewed 2022-12-20 19:34:51 +00:00
rickmanelius (Migrated from github.com) reviewed 2022-12-20 20:31:54 +00:00
@ -0,0 +65,4 @@
Waiting for beacon bellatrix pre-merge.... DONE!
Waiting for beacon bellatrix merge.... DONE!
$ docker ps -f 'name=laconic'
rickmanelius (Migrated from github.com) commented 2022-12-20 20:31:54 +00:00
Author
Member

Maybe this moves to a gist?

Maybe this moves to a gist?
Member

this is awesome, trying it now.

this is awesome, trying it now.
zramsay reviewed 2022-12-20 20:35:18 +00:00
@ -0,0 +65,4 @@
Waiting for beacon bellatrix pre-merge.... DONE!
Waiting for beacon bellatrix merge.... DONE!
$ docker ps -f 'name=laconic'
Member

or a list of "common helper commands"

or a list of "common helper commands"
telackey reviewed 2022-12-20 20:48:58 +00:00
@ -0,0 +65,4 @@
Waiting for beacon bellatrix pre-merge.... DONE!
Waiting for beacon bellatrix merge.... DONE!
$ docker ps -f 'name=laconic'
Author
Member

We have a similar readmes https://github.com/cerc-io/stack-orchestrator/blob/main/stacks/mobymask/README.md and https://github.com/cerc-io/stack-orchestrator/blob/main/stacks/laconicd/README.md so the idea is to keep them consistent.

If you just mean the docker command itself, perhaps it might be more helpful to pare down the display. It would be a more complicated command, but potentially more obvious what it is reporting:

$ docker ps -f 'name=laconic' --format '{{.Names}}' | cut -d'-' -f3- | sort
eth-probe-db-1
eth-probe-mq-1
eth-probe-probe-1
fixturenet-eth-bootnode-geth-1
fixturenet-eth-bootnode-lighthouse-1
fixturenet-eth-geth-1-1
fixturenet-eth-geth-2-1
fixturenet-eth-lighthouse-1-1
fixturenet-eth-lighthouse-2-1
ipld-eth-beacon-db-1
ipld-eth-beacon-indexer-1
ipld-eth-db-1
ipld-eth-server-1
keycloak-1
keycloak-db-1
keycloak-nginx-1
migrations-1
We have a similar readmes https://github.com/cerc-io/stack-orchestrator/blob/main/stacks/mobymask/README.md and https://github.com/cerc-io/stack-orchestrator/blob/main/stacks/laconicd/README.md so the idea is to keep them consistent. If you just mean the docker command itself, perhaps it might be more helpful to pare down the display. It would be a more complicated command, but potentially more obvious what it is reporting: ``` $ docker ps -f 'name=laconic' --format '{{.Names}}' | cut -d'-' -f3- | sort eth-probe-db-1 eth-probe-mq-1 eth-probe-probe-1 fixturenet-eth-bootnode-geth-1 fixturenet-eth-bootnode-lighthouse-1 fixturenet-eth-geth-1-1 fixturenet-eth-geth-2-1 fixturenet-eth-lighthouse-1-1 fixturenet-eth-lighthouse-2-1 ipld-eth-beacon-db-1 ipld-eth-beacon-indexer-1 ipld-eth-db-1 ipld-eth-server-1 keycloak-1 keycloak-db-1 keycloak-nginx-1 migrations-1 ```
telackey reviewed 2022-12-20 23:10:46 +00:00
@ -0,0 +65,4 @@
Waiting for beacon bellatrix pre-merge.... DONE!
Waiting for beacon bellatrix merge.... DONE!
$ docker ps -f 'name=laconic'
Author
Member
https://github.com/cerc-io/stack-orchestrator/pull/74
dboreham reviewed 2022-12-21 02:04:52 +00:00
@ -0,0 +65,4 @@
Waiting for beacon bellatrix pre-merge.... DONE!
Waiting for beacon bellatrix merge.... DONE!
$ docker ps -f 'name=laconic'
Owner

Maybe this moves to a gist?

No. This doc is temporary until we get the "stacks" functionality implemented.

> Maybe this moves to a gist? No. This doc is temporary until we get the "stacks" functionality implemented.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#73
No description provided.