What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Specs: • Mac OSX version 11.5 • Docker version 20.10.7, build f0df350 • Docker Compose version v2.0

U01JBB8LNTE
U01JBB8LNTE Posts: 207 🧑🏻‍🚀 - Cadet
edited August 2021 in Docker

Specs:

• Mac OSX version 11.5
• Docker version 20.10.7, build f0df350
• Docker Compose version v2.0.0-beta.6
• Docker SDK branch: master (latest)
Do I need to downgrade docker or docker-compose?

❯ cd docker
❯ git pull origin master
remote: Enumerating objects: 69, done.
remote: Counting objects: 100% (69/69), done.
remote: Compressing objects: 100% (29/29), done.
Unpacking objects: 100% (39/39), 4.50 KiB | 328.00 KiB/s, done.
remote: Total 39 (delta 21), reused 16 (delta 4), pack-reused 0
From [github.com:spryker/docker-sdk](http://github.com:spryker/docker-sdk)
 * branch            master     -> FETCH_HEAD
   04ec9f1..dc87908  master     -> origin/master
Updating 04ec9f1..dc87908
Fast-forward
 bin/lib/version.sh                                                | 2 +-
...
❯ cd ..
❯ docker/sdk up
Docker Compose version v2.0.0-beta.6 is not supported. Please update Docker Compose to at least 1.22.0.
❯ docker compose -v
unknown shorthand flag: 'v' in -v
❯ docker compose --version
unknown flag: --version
❯ docker-compose --version
Docker Compose version v2.0.0-beta.6

Comments