-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I'd recommend updating your handling of docker. There seems to be a fundamental knowledge gap in handling docker.
- dockerfile should be Dockerfile to adhere to the original naming convention that everyone uses.
- "docker-compose up -d" should be "docker compose up -d" the dash has been removed for a number of years and invalid.
- Typically we use "yml" not "yaml" for docker-compose files. while both are used, majority use "yml"
- docker-compose.yml files no longer need Version. It is deprecated for a few versions.
- Update your version of docker because if you are still using docker-compose then you are developing with an "old" version of docker.
DN
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels