4
क्या BitBucket में डॉकिंग-कम्पोज़ समर्थित नहीं है?
लक्ष्य इसका उद्देश्य BitBucket पाइपलाइनों में docker-compose को चलाना है प्रयास bitbucket-pipelines.yml image: docker/compose:1.12.0 pipelines: default: - step: script: - docker-compose up --build परिणाम The Docker Engine version is less than the minimum required by Compose. Your current project requires a Docker Engine of version 1.13.0 or greater. विचार-विमर्श इस …