How to attach volumes to docker containers?

docker run --name jd2 -d \
    -v <path>:/jDownloader2 \
    -v <path>:/mnt/jDownloader \
    -p 8080:8080 \
	ich777/jdownloader2

Hi @Nissan_Ahmed, it is not possible to attach volumes to Docker images at the moment. This is on our radar and other community members have voted for it too. You can upvote the feature request and track its progress here: Attachable volumes/disks/storage | Voters | Koyeb