I run below after navigating to C:\app\xiamb\product\liquibase>
I have a directory changelog under the above directory which has the liquibase property file.
Command line with run with administrator on powershell :
docker run --rm -v C:\app\xiamb\product\liquibase:\liquibase\changelog liquibase/liquibase --classpath=C:\app\xiamb\product\liquibase\lib\ojdbc8.jar --url=jdbc:oracle:thin:@0.0.0.0:1521/XEPDB1 --changeLogFile=changelog/sample.changelog.xml update
Error message :
Unexpected error running Liquibase: ‘/liquibase/C’ does not exist