Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Strict yaml validation? #34

@ahmetb

Description

@ahmetb

I have mistakes in my docker-compose.yml file such as mistyped keys (fooooocommand):

consul:
  fooooocommand: -server -node master2 -advertise 10.0.0.6 -join 10.0.0.4 -join 10.0.0.5
  image: progrium/consul
  ports:
  - 8300:8300

libcompose seems to be ignoring them, however docker-compose does strict validation and errors out. We probably need the same behavior here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions