docker compose convert

Description

Converts the compose file to platform’s canonical format

Usage

$ docker compose convert SERVICES

Extended description

docker compose convert render the actual data model to be applied on target platform. When used with Docker engine, it merges the Compose files set by -f flags, resolves variables in Compose file, and expands short-notation into fully defined Compose model.

To allow smooth migration from docker-compose, this subcommand declares alias docker compose config

Options

Name, shorthand Default Description
--format yaml Format the output. Values: [yaml | json]
--hash Print the service config hash, one per line.
--no-interpolate Don't interpolate environment variables.
--profiles Print the profile names, one per line.
--quiet , -q Only validate the configuration, don't print anything.
--resolve-image-digests Pin image tags to digests.
--services Print the service names, one per line.
--volumes Print the volume names, one per line.

Parent command

Command Description
docker compose Docker Compose
Command Description
docker compose build Build or rebuild services
docker compose convert Converts the compose file to platform’s canonical format
docker compose cp Copy files/folders between a service container and the local filesystem
docker compose create Creates containers for a service.
docker compose down Stop and remove containers, networks
docker compose events Receive real time events from containers.
docker compose exec Execute a command in a running container.
docker compose images List images used by the created containers
docker compose kill Force stop service containers.
docker compose logs View output from containers
docker compose ls List running compose projects
docker compose pause pause services
docker compose port Print the public port for a port binding.
docker compose ps List containers
docker compose pull Pull service images
docker compose push Push service images
docker compose restart Restart containers
docker compose rm Removes stopped service containers
docker compose run Run a one-off command on a service.
docker compose start Start services
docker compose stop Stop services
docker compose top Display the running processes
docker compose unpause unpause services
docker compose up Create and start containers