storj / up

Docker-compose files for running full Storj network locally
GNU Affero General Public License v3.0
23 stars 8 forks source link

Add optional flag to specify the runtime a command should apply to #86

Open dlamarmorgan opened 1 year ago

dlamarmorgan commented 1 year ago

In some rare cases, a user may use more than 1 runtime (i.e. docker for DB and standalone for satellite and services). Currently when issuing storj-up commands to update the runtime, there is no way to specify which runtime the commands should belong to. A new flag should be added to allow for explicitly choosing a runtime for each command.