Layr-Labs / eigenda-operator-setup

Quick start setup guide for EigenDA
MIT License
80 stars 78 forks source link

Holesky migration warn #86

Open Saldanacripto opened 7 months ago

Saldanacripto commented 7 months ago

Issue Summary

When execute docker compose up -d i receive this message:

root@vmi1678205:~/eigenlayer-cli/eigenda-operator-setup/holesky# docker compose up -d WARN[0000] a network with name eigenda-network exists but was not created for project "holesky". Set external: true to use an existing network network eigenda-network was found but has incorrect label com.docker.compose.network set to "eigenda-network"

Environment

Steps to Reproduce

I ran a goerli node, and I have migrate to holesky, step by step as documentacion says

Expected Behavior

I think that the eigenda-network that was created in goerli is causing some conflict when migrating to holeski.

shrimalmadhur commented 6 months ago

Yea - that is the issue since we introduced a folder in latest setup. A way to get rid of this warning is to delete the network manually using docker commands and then start node again. Otherwise this warning is okay to have. doesn't affect operations