Implements the Docker.Command behaviour for docker compose run.
Summary
Types
@type t() :: %Docker.Commands.Compose.Run{ build_flag: term(), command: term(), detach: term(), entrypoint: term(), env: term(), env_files: term(), files: term(), labels: term(), name: term(), no_deps: term(), no_tty: term(), ports: term(), profiles: term(), project_directory: term(), project_name: term(), quiet_pull: term(), rm: term(), service: term(), service_ports: term(), use_aliases: term(), user: term(), volumes: term(), workdir: term() }