Hello,
May I ask how to harvest items from another dspace's collection?
The receiver is a docker version dspace and the provider is an installed version.
However, I'd like to know:
1. is it available for docker version to run the CLI cron command? and whether the received data can be loaded into docker container?
2. what's command? (
something like?
docker run -it --rm -v "$(pwd)":/opt/maven -w /opt/maven maven mvn clean install )
Thank you,
Tianyi