-
Notifications
You must be signed in to change notification settings - Fork 132
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
Replace use of docker-compose
with docker compose
.
#668
Conversation
we probably want to change the setup instructions to not use |
another thing, WSL users should be using docker desktop and not installing docker inside of their WSL - something else we should make clear unrelated to this though |
could probably just link them to the docker documentation and call it a day, it has instructions on how to use the docker install script |
I have the same issue |
+1 to keep the instructions up to date |
If this breaks someone's instance due to an old install, what's the fix for them? (is there a simple command i can copy/pasta?) |
hmm, best option would be to get them to update their docker install but https://docs.docker.com/compose/install/linux/ it is also possible to 'retrofit' the compose plugin into an existing docker install 😅 (keep in mind that most recent versions come with it pre-installed) |
Sweet, thanks for that -- works for me |
Thanks for the PR! |
Describe your changes
The use of
docker-compose
has been officially deprecated in favour ofdocker compose
(part of the official Docker package). On newer distros,docker-compose
no longer works.Related Issues / Projects
Checklist