Back to Skaffold

README

examples/compose/README.md

2.19.0803 B
Original Source

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:

bash
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.