Update within a Docker container

Download new image and remove the old container with the XMS using the command:

docker pull xopero/xopero-one-service:latest
docker stop xone && docker rm xone

And now create the new container with agent:


docker run -d \
  --name <container_name> \
  -p <xms_port>:80 \
  -v <database_location_outside_container>:/app/Xopero \
  xopero/xopero-one-service
Running the container with the Xopero ONE Management Service within

Update validation

Finally, it's time to verify if everything went properly. Log into the Xopero ONE panel via web browser and wait for the device status to be changed for online, make sure that all your previous settings are available (plans, storages, devices, etc.).

Last updated