Skip to content

Commit 4367d1e

Browse files
committed
docs: add nerdctl to container_cli() doc comment for consistency
Fix documentation inconsistency where container_cli() method listed only docker and finch as examples, while user-facing error messages explicitly mention nerdctl as a supported container runtime.
1 parent af66ea1 commit 4367d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/framework-cli/src/utilities/docker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl DockerClient {
6060
Self { cli_command }
6161
}
6262

63-
/// Returns the configured container runtime executable name or path (e.g. `docker`, `finch`).
63+
/// Returns the configured container runtime executable name or path (e.g. `docker`, `finch`, `nerdctl`).
6464
#[must_use]
6565
pub fn container_cli(&self) -> &str {
6666
&self.cli_command

0 commit comments

Comments
 (0)