Docker error codes
Published 20 July 2026
These error codes may be returned when using the docker provisioner.
DOCKER_NOT_INSTALLED
- Caused by: Running the
dockercommand failed because Docker is not installed, or thedockerexecutable is not available on thePATH. - Solution: Install Docker and ensure the
dockercommand is available on thePATHof the machine running Flyway.
DOCKER_NOT_RUNNING
- Caused by: The
dockercommand could not connect to the Docker daemon. - Solution: Start Docker (or Docker Desktop) and ensure the daemon is running before retrying.
DOCKER_EULA_NOT_ACCEPTED
- Caused by: Provisioning a SQL Server or Oracle container without setting
iAgreeToTheDBVendorsEulatotrue, which Flyway requires to confirm you accept the database vendor's EULA. See EULA acceptance. - Solution: Set
iAgreeToTheDBVendorsEula = truein thedockerresolver configuration to confirm acceptance.
This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved