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 grammatical 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
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
add a comment |
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
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
add a comment |
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
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
docker docker-compose
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
add a comment |
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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