fairDataSociety / fdp-play

Orchestration CLI for spinning up local development Bee cluster and FDP environment with Docker
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

unknown flag: --network #94

Closed asabya closed 1 year ago

asabya commented 1 year ago

We have renamed network flag to ens-network is fairOS. So running with fairOS will throw

unknown flag: --network
ShaunWhitee commented 1 year ago

Do you have any information about when the issue will be resolved?

asabya commented 1 year ago

If you have node+npm you can clone this repo, then change https://github.com/fairDataSociety/fdp-play/blob/0ae40de30abfbc4414ee8609c3996dc077e5977a/src/utils/docker.ts#L524 to --ens-network=play.

Then build the project from root with npm run build. then run it with node dist/index.js start --fairos.

Please delete old fairOS-dfs docker images from your system and it should be running.

nugaon commented 1 year ago

Release v2.2.0 addresses this.