Update to new Docker version for Validator
Validator Docker has two operating modes:
Interactive mode (e.g., for creating a new account)
Long-running mode (for continuous background operation)
Both modes use the same Docker image. After updating the Docker image, use the appropriate commands to restart each mode.
Interactive Mode
To upgrade to the latest exSat Docker version and perform interactive operations (assuming the container is named "commander"), run the following:
Long-Running Mode
For continuous operation (assuming the container is named "validator"), use these commands to update Docker:
Last updated