Docker image
Published 22 October 2020
Deployment Suite for Oracle has been replaced by Redgate Deploy - Oracle. This page is therefore no longer being updated. For the latest documentation, please click here.
Suggested solutions for common errors
When running the docker container, you may hit the following error:
If you see this, it may be because you have accidentally mapped a volume to the /app/
folder inside the container (see https://docs.docker.com/storage/volumes/), overwriting the RCC application. Try mapping it to a different folder such as /app/my-project
instead.