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

Thal And Out Agency railway station See also References External links Navigation menuOfficial Web Site of Pakistan RailwaysArchivedOfficial Web Site of Pakistan Railwayseeexpanding ite

Understanding generators in Python2019 Community Moderator ElectionGenerator function not working pythonFor loop not executing two timesGenerators - Printing generated valuesWhy can a python generator only be used once?What exactly do generators do?What does the “yield” keyword do?What does “list comprehension” mean? How does it work and how can I use it?sklearn Kfold acces single fold instead of for loopIs a generator the callable? Which is the generator?Apply Border To Range Of Cells Using OpenpyxlCalling an external command in PythonWhat are metaclasses in Python?What is the difference between @staticmethod and @classmethod?Finding the index of an item given a list containing it in PythonDifference between append vs. extend list methods in PythonHow can I safely create a nested directory in Python?Does Python have a ternary conditional operator?Understanding slice notationUnderstanding Python super() with __init__() methodsDoes Python have a string 'contains' substring method?

How can I change the color of pagination dots of UIPageControl?How to change UIPageControl dotsIs there a way to change page indicator dots colorCustomize dot with image of UIPageControl at index 0 of UIPageControlNo visible @interface for 'NSObject<PageControlDelegate>' declares the selector 'pageControlPageDidChange:'How to change the color of pagination dots in UIPageControl with a different color per pagepagecontrol indicator custom image instead of DefaultChanging the colour of UIPageControl dots in MonoTouchpagecontrol selectable page visibility color?Alternative way to load ViewControllers on a UIPageControlHow to set only layer.border-color for UIpage control dots in swiftHow can I develop for iPhone using a Windows development machine?How to change the name of an iOS app?UITableView - change section header coloruipagecontrol indicator(dot)issueCustom UIPageControl dots color not changingchange the interspace between UIPageControl dotsHow to change Status Bar text color in iOSHow can I change image tintColor in iOS and WatchKitUIPageControl dots with larger space in between each dotsHow to change the color of pagination dots in UIPageControl with a different color per page