docker-compose: check the compatibilityHow is Docker different from a virtual machine?Should I use Vagrant or Docker for creating an isolated environment?How to list containers in DockerHow to get a Docker container's IP address from the host?How to remove old Docker containersCopying files from host to Docker containerHow to get docker-compose to always re-create containers from fresh images?Docker compose, running containers in net:hostVersion in “./docker-compose.yml” is unsupported. You might be seeing this error because you're using the wrong Compose file versiondocker-engine to docker-compose to docker compose file relationship

Divine apple island

Can the Supreme Court overturn an impeachment?

Is there a conventional notation or name for the slip angle?

Is XSS in canonical link possible?

On a tidally locked planet, would time be quantized?

Transformation of random variables and joint distributions

Proof of Lemma: Every nonzero integer can be written as a product of primes

How will losing mobility of one hand affect my career as a programmer?

Can I sign legal documents with a smiley face?

Global amount of publications over time

Create all possible words using a set or letters

How must one send away the mother bird?

Diode in opposite direction?

Folder comparison

Two-sided logarithm inequality

Can I use my Chinese passport to enter China after I acquired another citizenship?

Some numbers are more equivalent than others

List of people who lose a child in תנ"ך

How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?

My friend sent me a screenshot of a transaction hash, but when I search for it I find divergent data. What happened?

Have I saved too much for retirement so far?

What is the gram­mat­i­cal term for “‑ed” words like these?

Is camera lens focus an exact point or a range?

Why do IPv6 unique local addresses have to have a /48 prefix?



docker-compose: check the compatibility


How is Docker different from a virtual machine?Should I use Vagrant or Docker for creating an isolated environment?How to list containers in DockerHow to get a Docker container's IP address from the host?How to remove old Docker containersCopying files from host to Docker containerHow to get docker-compose to always re-create containers from fresh images?Docker compose, running containers in net:hostVersion in “./docker-compose.yml” is unsupported. You might be seeing this error because you're using the wrong Compose file versiondocker-engine to docker-compose to docker compose file relationship













0















I have the below docker system on my linux host:



# docker --version
Docker version 18.06.1-ce, build e68fc7a215


# docker-compose --version
docker-compose version 1.20.1, build unknown


As per the compatability matrix:
https://docs.docker.com/compose/compose-file/compose-versioning/#compatibility-matrix



Compose file format Docker Engine release
3.7 18.06.0+
3.6 18.02.0+


As per the release notes of docker-compose VERSION 3.6 can be used from release version 1.20.1
https://docs.docker.com/release-notes/docker-compose/



1.20.0 (2018-03-20)
New features
COMPOSE FILE VERSION 3.6
Introduced version 3.6 of the docker-compose.yml specification. This version must be used with Docker Engine 18.02.0 or above.

Added support for the tmpfs.size property in volume mappings


Since my docker version is 18.06.0+ will Version 3.6 (for release 1.20.1) work since for 18.06.0+ compose version 3.7 is compatible










share|improve this question






















  • Have you tried ? Installing and Uninstall docker-compose is fairly easy so you can test it out and check then update your question if there is a specific error

    – Mostafa Hussein
    Mar 8 at 8:50















0















I have the below docker system on my linux host:



# docker --version
Docker version 18.06.1-ce, build e68fc7a215


# docker-compose --version
docker-compose version 1.20.1, build unknown


As per the compatability matrix:
https://docs.docker.com/compose/compose-file/compose-versioning/#compatibility-matrix



Compose file format Docker Engine release
3.7 18.06.0+
3.6 18.02.0+


As per the release notes of docker-compose VERSION 3.6 can be used from release version 1.20.1
https://docs.docker.com/release-notes/docker-compose/



1.20.0 (2018-03-20)
New features
COMPOSE FILE VERSION 3.6
Introduced version 3.6 of the docker-compose.yml specification. This version must be used with Docker Engine 18.02.0 or above.

Added support for the tmpfs.size property in volume mappings


Since my docker version is 18.06.0+ will Version 3.6 (for release 1.20.1) work since for 18.06.0+ compose version 3.7 is compatible










share|improve this question






















  • Have you tried ? Installing and Uninstall docker-compose is fairly easy so you can test it out and check then update your question if there is a specific error

    – Mostafa Hussein
    Mar 8 at 8:50













0












0








0








I have the below docker system on my linux host:



# docker --version
Docker version 18.06.1-ce, build e68fc7a215


# docker-compose --version
docker-compose version 1.20.1, build unknown


As per the compatability matrix:
https://docs.docker.com/compose/compose-file/compose-versioning/#compatibility-matrix



Compose file format Docker Engine release
3.7 18.06.0+
3.6 18.02.0+


As per the release notes of docker-compose VERSION 3.6 can be used from release version 1.20.1
https://docs.docker.com/release-notes/docker-compose/



1.20.0 (2018-03-20)
New features
COMPOSE FILE VERSION 3.6
Introduced version 3.6 of the docker-compose.yml specification. This version must be used with Docker Engine 18.02.0 or above.

Added support for the tmpfs.size property in volume mappings


Since my docker version is 18.06.0+ will Version 3.6 (for release 1.20.1) work since for 18.06.0+ compose version 3.7 is compatible










share|improve this question














I have the below docker system on my linux host:



# docker --version
Docker version 18.06.1-ce, build e68fc7a215


# docker-compose --version
docker-compose version 1.20.1, build unknown


As per the compatability matrix:
https://docs.docker.com/compose/compose-file/compose-versioning/#compatibility-matrix



Compose file format Docker Engine release
3.7 18.06.0+
3.6 18.02.0+


As per the release notes of docker-compose VERSION 3.6 can be used from release version 1.20.1
https://docs.docker.com/release-notes/docker-compose/



1.20.0 (2018-03-20)
New features
COMPOSE FILE VERSION 3.6
Introduced version 3.6 of the docker-compose.yml specification. This version must be used with Docker Engine 18.02.0 or above.

Added support for the tmpfs.size property in volume mappings


Since my docker version is 18.06.0+ will Version 3.6 (for release 1.20.1) work since for 18.06.0+ compose version 3.7 is compatible







docker docker-compose






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 8 at 6:24









Santhosh YedidiSanthosh Yedidi

1,52332350




1,52332350












  • Have you tried ? Installing and Uninstall docker-compose is fairly easy so you can test it out and check then update your question if there is a specific error

    – Mostafa Hussein
    Mar 8 at 8:50

















  • Have you tried ? Installing and Uninstall docker-compose is fairly easy so you can test it out and check then update your question if there is a specific error

    – Mostafa Hussein
    Mar 8 at 8:50
















Have you tried ? Installing and Uninstall docker-compose is fairly easy so you can test it out and check then update your question if there is a specific error

– Mostafa Hussein
Mar 8 at 8:50





Have you tried ? Installing and Uninstall docker-compose is fairly easy so you can test it out and check then update your question if there is a specific error

– Mostafa Hussein
Mar 8 at 8:50












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55057803%2fdocker-compose-check-the-compatibility%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55057803%2fdocker-compose-check-the-compatibility%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to get text form Clipboard with JavaScript in Firefox 56?How to validate an email address in JavaScript?How do JavaScript closures work?How do I remove a property from a JavaScript object?How do you get a timestamp in JavaScript?How do I copy to the clipboard in JavaScript?How do I include a JavaScript file in another JavaScript file?Get the current URL with JavaScript?How to replace all occurrences of a string in JavaScriptHow to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?

Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

List of MPs elected to the English parliament in 1640 (April) Contents List of constituencies and members See also Notes References Navigation menueNational Archives – The Glynde Place ArchivesCobbett's Parliamentary history of England, from the Norman Conquest in 1066 to the year 1803'Aldermen in Parliament', The Aldermen of the City of London: Temp. Henry III – 1912onepage&q&f&#61, false 229