4
বিটবকেটে কি ডকার-কমপোজ চালানো সমর্থিত নয়?
লক্ষ্য উদ্দেশ্যটি হ'ল বিটবকেট পাইপলাইনে ডকার-রচনা চালানো প্রয়াস 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. আলোচনা এই পোস্ট অনুযায়ী এটি …