UpgradeΒΆ

To upgrade ADCM you have to do the following:

  1. Pull new image:
docker pull hub.arenadata.io/adcm/adcm:latest
  1. Stop and remove current container:
docker stop adcm
docker rm adcm
  1. Create a new one in the same way it was done in install_:
docker create --name adcm -p 8000:8000 -v /opt/adcm:/adcm/data hub.arenadata.io/adcm/adcm:latest