UpgradeΒΆ
To upgrade ADCM you have to do the following:
- Pull new image:
docker pull hub.arenadata.io/adcm/adcm:latest
- Stop and remove current container:
docker stop adcm
docker rm adcm
- 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