You can run a vanilla AtScale image with this command:
docker run \
--restart=always \
--name atscale \
--hostname atscale \
--tty \
-v atscale-data:/opt/atscale/data \
-v atscale-conf:/opt/atscale/conf \
-v atscale-log:/opt/atscale/log \
-p 10500:10500 \
-p 10502:10502 \
-p 10503:10503 \
-p 10525:10525 \
-p 11111:11111 \
-d containers.intersystems.com/intersystems/adaptive-analytics:2021.3.0.3934
You may find the following commands useful:
Print container log:
docker logs -f atscale
Delete container:
docker rm -f atscale
Remove all volumes (atscale settings):
docker volume rm atscale-data atscale-log atscale-conf
Remove image from atscale:
docker image rm containers.intersystems.com/intersystems/adaptive-analytics:2021.3.0.3934
- Open the menu "Setting" -> "Data Warehouses" and click on the arrow opposite the connection to "Iris".
- Connection settings will appear, click "Edit".
- Change the iris port and save the settings.