Ask a question to get started
Enter to send•Shift+Enter new line
config_to_docker( config_path: pathlib.Path, config: Config, *, base_image: str | None = None, api_version: str | None = None, install_command: str | None = None, build_command: str | None = None, build_context: str | None = None, escape_variables: bool = False ) -> tuple[str, dict[str, str]]