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

Remix blues stack problem when npm run docker #129

Closed
natehardy opened this issue Oct 27, 2022 · 4 comments · Fixed by #211
Closed

Remix blues stack problem when npm run docker #129

natehardy opened this issue Oct 27, 2022 · 4 comments · Fixed by #211

Comments

@natehardy
Copy link

What version of Remix are you using?

1.7.3

Steps to Reproduce

  1. follow startup instructions and install blues stack
  2. npm run docker

Expected Behavior

should start docker

Actual Behavior

sh: docker-compose: command not found

@machour machour transferred this issue from remix-run/remix Oct 27, 2022
@mcansh
Copy link
Contributor

mcansh commented Nov 7, 2022

have you installed Docker? just realizing we don't actually say you need to install it

@machour machour added the needs-response We need a response from the original author about the issue label Nov 19, 2022
@tsnieman
Copy link

This is likely an issue of this repo referencing docker-compose (which is the "old" version) versus docker compose (the new version).

Changing the package.json script to use docker compose (no dash) should make the script work, assuming that you installed Docker recently and have the new version of docker compose installed.

Reference:
https://docs.docker.com/compose/compose-v2/

@github-actions github-actions bot removed the needs-response We need a response from the original author about the issue label Apr 17, 2023
@jamestrenda
Copy link

have you installed Docker? just realizing we don't actually say you need to install it

They still don't say it, and if I hadn't used Docker Desktop before on my other computer, I wouldn't have known what to do. VS Code did prompt me to install it, but I was way ahead of it.

@JuanVMaya
Copy link

JuanVMaya commented Sep 17, 2023

Hi there, if I were to open a PR fix for this, is there a contribution guide to do so? Moving to docker compose worked for me. I am getting a 403 error when I try to push on a local fix branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants