Hi,
As stated in https://docs.aspose.cloud/slides/getting-started/how-to-run-docker-container/ I can use the following command to run a docker container:
docker run -p 8088:80 -e "LicensePublicKey=public_key" -e "LicensePrivateKey=private_key" -v "/data:/storage" aspose/slides-cloud
This specifies a folder ‘/data’ in my current working directory which acts as my volume. When I now upload files, instead of being uploaded to my default storage specified in my dashboard.aspose.cloud, it is now copied to this ‘/data’ folder. Is it possible to still upload and download files to remote storage when using Docker?
Thanks.