# README
Example: running Skaffold with docker-compose files
This example provides a simple application set up to run with Docker Compose.
Notice there is no skaffold.yaml
configuration present.
To run this example, use:
skaffold init --compose-file docker-compose.yaml
- This will invoke the kompose binary to generate kubernetes manifests based off of the Docker Compose configuration.
- This will generate the
skaffold.yaml
configuration.