Indonode
Explorer
  • Home
  • Mainnet
    • Planq
      • Node Installation
      • Snapshot
      • Upgrade
      • CLI Cheatsheet
    • Chain4Energy
      • Node Installation
      • Upgrade
      • CLI Cheatsheet
    • Bitcanna
      • Node Installation
      • Snapshot
      • Statesync
      • Upgrade
      • CLI Cheatsheet
    • Band
      • Node Installation
      • Yoda Configuration
      • Snapshot
      • Upgrade
      • CLI Cheatsheet
    • Source
      • Node Installation
      • Snapshot
      • Statesync
      • Upgrade
      • CLI Cheatsheet
    • SGE
      • Node Installation
      • Snapshot
      • Statesync
      • Upgrade
      • CLI Cheatsheet
  • Testnet
    • Chain4Energy
      • Node Installation
      • Upgrade
      • CLI Cheatsheet
    • Selfchain
      • Node Installation
      • Upgrade
      • CLI Cheatsheet
    • Entangle
      • Node Installation
      • Snapshot
      • Upgrade
      • CLI Cheatsheet
    • Mantra
      • Node Installation
      • Snapshot
      • Upgrade
      • CLI Cheatsheet
    • Entrypoint
      • Node Installation
      • Snapshot
      • Statesync
      • Upgrade
      • CLI Cheatsheet
    • Nulink
      • Worker Installation
      • Bond Worker
      • Update Worker
    • Namada
      • Node Installation
      • Useful Commands
  • Other
Powered by GitBook
On this page
  1. Testnet
  2. Nulink

Update Worker

To update Nulink Worker through docker is very simple , you just need to follow these steps:

Stop Container

docker kill ursula

Remove old container

docker rm ursula

Pull latest image

docker pull nulink/nulink:latest

Relaunch worker

docker run --restart on-failure -d \
--name ursula \
-p 9151:9151 \
-v $HOME/nulink:/code \
-v $HOME/nulink:/home/circleci/.local/share/nulink \
-e NULINK_KEYSTORE_PASSWORD \
-e NULINK_OPERATOR_ETH_PASSWORD \
nulink/nulink nulink ursula run --no-block-until-ready
PreviousBond WorkerNextNamada

Last updated 1 year ago