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

Time to update your scripts/docker #59

Open
DarkNeedle opened this issue Nov 7, 2024 · 0 comments
Open

Time to update your scripts/docker #59

DarkNeedle opened this issue Nov 7, 2024 · 0 comments

Comments

@DarkNeedle
Copy link

DarkNeedle commented Nov 7, 2024

I'd recommend updating your handling of docker. There seems to be a fundamental knowledge gap in handling docker.

  1. dockerfile should be Dockerfile to adhere to the original naming convention that everyone uses.
  2. "docker-compose up -d" should be "docker compose up -d" the dash has been removed for a number of years and invalid.
  3. Typically we use "yml" not "yaml" for docker-compose files. while both are used, majority use "yml"
  4. docker-compose.yml files no longer need Version. It is deprecated for a few versions.
  5. Update your version of docker because if you are still using docker-compose then you are developing with an "old" version of docker.

DN

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

No branches or pull requests

1 participant