Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: unclear how to run Docker Compose locally #4641

Closed
ReactorScram opened this issue Apr 16, 2024 · 9 comments · Fixed by #5110
Closed

docs: unclear how to run Docker Compose locally #4641

ReactorScram opened this issue Apr 16, 2024 · 9 comments · Fixed by #5110
Labels
kind/docs Improvements or updates to documentation needs triage Issues opened by the public or need further labeling

Comments

@ReactorScram
Copy link
Collaborator

The docs recommend docker compose up -d --build or docker compose build. I'm approximating it with docker-compose but it looks like it's meant to work in Github Actions. How are the other devs doing it?

image
@ReactorScram ReactorScram added kind/docs Improvements or updates to documentation needs triage Issues opened by the public or need further labeling labels Apr 16, 2024
@jamilbk
Copy link
Member

jamilbk commented Apr 16, 2024

docker-compose and docker compose are two different things -- you want to make sure you have a newer docker command since it has compose built-in

@ReactorScram
Copy link
Collaborator Author

okay I'll try installing Docker Desktop :(

@ReactorScram
Copy link
Collaborator Author

I don't think they're building it for aarch64 Ubuntu yet

@jamilbk
Copy link
Member

jamilbk commented Apr 16, 2024

Docker engine supports the compose plugin I think?

https://docs.docker.com/compose/install/linux/#install-the-plugin-manually

@jamilbk
Copy link
Member

jamilbk commented Apr 16, 2024

What does docker-compose --version show?

@ReactorScram
Copy link
Collaborator Author

1.25.0, build unknown

@ReactorScram
Copy link
Collaborator Author

I have the apt packages docker.io and docker-compse, I'm not sure if those are Docker Engine or something else

@jamilbk
Copy link
Member

jamilbk commented Apr 16, 2024

Wrong version you need Compose 2, follow the docker docs instructions to install

@jamilbk
Copy link
Member

jamilbk commented Apr 16, 2024

Unfortunately the apt repos offer the wrong version by default :-(

github-merge-queue bot pushed a commit that referenced this issue May 23, 2024
fixes #4641

---------

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/docs Improvements or updates to documentation needs triage Issues opened by the public or need further labeling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants