Currently, running a new viash container with a docker backend will produce an error stating that the container can't be found. Running viash run -- ---setup will set up the container by pulling it from docker hub or building it.
We could change this such that the setup will always be performed unless a container with the right name is available. Running ---setup will trigger a repull or rebuild.
Currently, running a new viash container with a docker backend will produce an error stating that the container can't be found. Running
viash run -- ---setup
will set up the container by pulling it from docker hub or building it.We could change this such that the setup will always be performed unless a container with the right name is available. Running ---setup will trigger a repull or rebuild.