Gracefully shutdown optimism batcher and op-geth containers (#345)

* Gracefully shutdown optimism batcher and op-geth containers

* Remove unnecessary env export

Former-commit-id: c6e6122516
This commit is contained in:
prathamesh0
2023-04-19 12:48:38 +05:30
committed by GitHub
parent 3f79c2b811
commit 4caae1d850
3 changed files with 31 additions and 2 deletions
@@ -91,6 +91,9 @@ docker volume rm $(docker volume ls -q --filter "name=.*fixturenet_geth_accounts
```
* This means that the data directory that `op-geth` is using is corrupted and needs to be reinitialized; the containers `op-geth`, `op-node` and `op-batcher` need to be started afresh:
WARNING: This will reset the L2 chain; consequently, all the data on it will be lost
* Stop and remove the concerned containers:
```bash