# README

Example: running Skaffold with docker-compose files

Open in Cloud Shell

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
  1. This will invoke the kompose binary to generate kubernetes manifests based off of the Docker Compose configuration.
  2. This will generate the skaffold.yaml configuration.