Oracle docker image name actualized

This commit is contained in:
Andrey.Tarashevskiy
2019-06-07 19:41:26 +03:00
parent fcbdf4a185
commit aa6fb4e359

View File

@@ -11,6 +11,6 @@
* Run `exposedDialectTestWithDocker` gradle task
### Running tests locally with Docker
* Run SQL Server locally, e.g. with `sath89/oracle-12c` Docker image or use `docker-compose -f docker-compose-oracle.yml up`
* Run SQL Server locally, e.g. with `quillbuilduser/oracle-18-xe` Docker image or use `docker-compose -f docker-compose-oracle.yml up`
* Run tests with `-Dexposed.test.dialects=oracle`,
(optionally you may need to provide `-Dexposed.test.oracle.host=_YOUR_DOCKER_HOST_ -exposed.test.oracle.port=_SQLSERVER_SERVER_EXPOSED_PORT_`)