edge / cli

Command line interface for the Edge network

Home Page:https://files.edge.network/cli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Device prefix

annybs opened this issue · comments

commented

Add a --prefix option to device operation commands.

At the moment, edge device start will produce a container like edge-host-abcdef running the applicable app. By adding a prefix option, we could run edge device start --prefix host001 to produce edge-host-host001-abcdef instead. This would allow multiple devices to run on the same machine more easily without switching wallets.

Thiswill requires separate volume to be maintained in order to distinguish devices and stakes, so where we currently use the volume edge-device-data this would also need to respect the prefix and be named edge-device-data-host001 or similar.

commented

Completed in d493326